diff options
| author | Rapptz <[email protected]> | 2019-04-08 18:17:04 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-08 18:17:15 -0400 |
| commit | 51c64a3b73728f2fe117e02c565214db3ab8abb3 (patch) | |
| tree | 1be83508455d9aad60db470643d312ddd004689e /docs/api.rst | |
| parent | Bump PyNaCl to 1.3.0 (diff) | |
| download | discord.py-51c64a3b73728f2fe117e02c565214db3ab8abb3.tar.xz discord.py-51c64a3b73728f2fe117e02c565214db3ab8abb3.zip | |
Fix documentation so Sphinx can build semi-cleanly.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 0058cb93..ef36ae32 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__ |