]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
actually link to the version attributes documentation
authorBenjamin Peterson <benjamin@python.org>
Mon, 12 Oct 2015 06:03:22 +0000 (23:03 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 12 Oct 2015 06:03:22 +0000 (23:03 -0700)
Doc/faq/general.rst

index d73c1035752413c300f6d405f041a4d1422a9d39..8c7f5380816d2ca30c50cedc9aff87d2cc355953 100644 (file)
@@ -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?