]> granicus.if.org Git - python/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 12a0337c4c67a442248b6cfae6c690ead3a02d26..2221f1492739b58f66ba807289acbd6e62a3e008 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?