[Python-checkins] cpython (2.7): actually link to the version attributes documentation

benjamin.peterson python-checkins at python.org
Mon Oct 12 02:03:54 EDT 2015


https://hg.python.org/cpython/rev/4188cd5dc0c5
changeset:   98707:4188cd5dc0c5
branch:      2.7
parent:      98701:fd41b05b8227
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Oct 11 23:03:22 2015 -0700
summary:
  actually link to the version attributes documentation

files:
  Doc/faq/general.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -151,8 +151,8 @@
 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?

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list