mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 04:38:42 +00:00
Fix documentation so Sphinx can build semi-cleanly.
This commit is contained in:
parent
bb79f2ae81
commit
51c64a3b73
@ -1145,9 +1145,9 @@ class Guild(Hashable):
|
|||||||
return result
|
return result
|
||||||
|
|
||||||
async def fetch_emojis(self):
|
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
|
Raises
|
||||||
---------
|
---------
|
||||||
|
@ -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`.
|
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'.
|
'alpha', 'beta', 'candidate' and 'final'.
|
||||||
|
|
||||||
.. data:: __version__
|
.. data:: __version__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user