From 768242b00e41822dd975d6a06b9537e3283d28dc Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 12 Jun 2022 16:49:33 -0400 Subject: [PATCH] Fix typo in async with documentation --- discord/shard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/shard.py b/discord/shard.py index 6d309f54c..b7b1e0fdf 100644 --- a/discord/shard.py +++ b/discord/shard.py @@ -312,7 +312,7 @@ class AutoShardedClient(Client): .. describe:: async with x - Asynchronously initialises the client and automatically. + Asynchronously initialises the client and automatically cleans up. .. versionadded:: 2.0