aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-12-29 12:02:25 -0500
committerRapptz <[email protected]>2015-12-29 12:02:25 -0500
commite9b771adc700949a357ec9e8c9deeda8b0af5626 (patch)
treef021b849c6513c6ffef159e9139d4a8a8ade7676
parentConnectionState is now constructed in Client.__init__. (diff)
downloaddiscord.py-e9b771adc700949a357ec9e8c9deeda8b0af5626.tar.xz
discord.py-e9b771adc700949a357ec9e8c9deeda8b0af5626.zip
Add missing ` in documentation for create_server
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 8a9dcd2e..9b83edb5 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -1610,7 +1610,7 @@ class Client:
The name of the server.
region : :class:`ServerRegion`
The region for the voice communication server.
- Defaults to :attr`ServerRegion.us_west`.
+ Defaults to :attr:`ServerRegion.us_west`.
icon : bytes
The *bytes-like* object representing the icon. See :meth:`edit_profile`
for more details on what is expected.