aboutsummaryrefslogtreecommitdiff
path: root/discord/shard.py
diff options
context:
space:
mode:
authorReece Dunham <[email protected]>2019-06-11 10:27:50 -0400
committerRapptz <[email protected]>2019-06-12 00:47:42 -0400
commit34b93c757c8ed6c189b41cbe97e4e8430dc72ab3 (patch)
tree9b63f0b76fad5f795ec1f06664a5b34609d7dddb /discord/shard.py
parentSet premium_since when copying and updating Member (diff)
downloaddiscord.py-34b93c757c8ed6c189b41cbe97e4e8430dc72ab3.tar.xz
discord.py-34b93c757c8ed6c189b41cbe97e4e8430dc72ab3.zip
docs: Fix minor typo
Diffstat (limited to 'discord/shard.py')
-rw-r--r--discord/shard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/shard.py b/discord/shard.py
index 91790f93..fba96f44 100644
--- a/discord/shard.py
+++ b/discord/shard.py
@@ -276,7 +276,7 @@ class AutoShardedClient(Client):
async def close(self):
"""|coro|
- Closes the connection to discord.
+ Closes the connection to Discord.
"""
if self.is_closed():
return