[Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4

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


https://hg.python.org/cpython/rev/272bb3f06da8
changeset:   98709:272bb3f06da8
branch:      3.5
parent:      98703:5798c14b53de
parent:      98708:b07ac3c6bb98
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Oct 11 23:03:41 2015 -0700
summary:
  merge 3.4

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