From 51c64a3b73728f2fe117e02c565214db3ab8abb3 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 8 Apr 2019 18:17:04 -0400 Subject: [PATCH] Fix documentation so Sphinx can build semi-cleanly. --- discord/guild.py | 6 +++--- docs/api.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discord/guild.py b/discord/guild.py index 725a51d34..260d296ba 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1145,9 +1145,9 @@ class Guild(Hashable): return result async def fetch_emojis(self): - """|coro| + r"""|coro| - Retrieves all custom :class:`Emoji`s from the guild. + Retrieves all custom :class:`Emoji`\s from the guild. Raises --------- @@ -1498,7 +1498,7 @@ class Guild(Hashable): return AuditLogIterator(self, before=before, after=after, limit=limit, oldest_first=oldest_first, user_id=user, action_type=action) - + async def widget(self): """|coro| diff --git a/docs/api.rst b/docs/api.rst index 0058cb93f..ef36ae320 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -22,7 +22,7 @@ There are two main ways to query version information about the library. For guar A named tuple that is similar to :obj:`py:sys.version_info`. - Just like :obj:`py:sys.version_info`_ the valid values for ``releaselevel`` are + Just like :obj:`py:sys.version_info` the valid values for ``releaselevel`` are 'alpha', 'beta', 'candidate' and 'final'. .. data:: __version__