Fix documentation so Sphinx can build semi-cleanly.

This commit is contained in:
Rapptz
2019-04-08 18:17:04 -04:00
parent bb79f2ae81
commit 51c64a3b73
2 changed files with 4 additions and 4 deletions

View File

@ -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__