diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-10-12 06:03:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-10-12 06:03:22 (GMT) |
commit | a20c72a2641f05997f79c33b047cfbf064c6779c (patch) | |
tree | afbd1683b40eb57f0361641868a67ae6389d7220 /Doc | |
parent | c0a053e4d5a73b8493ca3336f0c37835b1d35a9e (diff) | |
download | cpython-a20c72a2641f05997f79c33b047cfbf064c6779c.zip cpython-a20c72a2641f05997f79c33b047cfbf064c6779c.tar.gz cpython-a20c72a2641f05997f79c33b047cfbf064c6779c.tar.bz2 |
actually link to the version attributes documentation
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/faq/general.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index d73c103..8c7f538 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -151,8 +151,8 @@ after a final minor release is made, the Subversion trunk is incremented to the next minor version, which becomes the "a0" version, e.g. "2.4a0". -See also the documentation for ``sys.version``, ``sys.hexversion``, and -``sys.version_info``. +See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, and +:data:`sys.version_info`. How do I obtain a copy of the Python source? |