From e9b771adc700949a357ec9e8c9deeda8b0af5626 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 29 Dec 2015 12:02:25 -0500 Subject: [PATCH] Add missing ` in documentation for create_server --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 8a9dcd2e5..9b83edb57 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.