summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-10-12 06:03:22 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-10-12 06:03:22 (GMT)
commitb39518808849a9286c59e703cfd56845b54a6adf (patch)
treeee3929bf8a7a7765c67f3f045a57b2323301475a
parentd0cadba85f1c70e8bce20dbe8cc54a4e1fe8cb5e (diff)
downloadcpython-b39518808849a9286c59e703cfd56845b54a6adf.zip
cpython-b39518808849a9286c59e703cfd56845b54a6adf.tar.gz
cpython-b39518808849a9286c59e703cfd56845b54a6adf.tar.bz2
actually link to the version attributes documentation
-rw-r--r--Doc/faq/general.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 12a0337..2221f14 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?