]> granicus.if.org Git - python/commitdiff
Change markup so it generates a link
authorÉric Araujo <merwok@netwok.org>
Wed, 27 Apr 2011 14:22:32 +0000 (16:22 +0200)
committerÉric Araujo <merwok@netwok.org>
Wed, 27 Apr 2011 14:22:32 +0000 (16:22 +0200)
Doc/library/__future__.rst
Doc/library/sys.rst

index 3c423939f19edb59b736c66a0f96ff4300d56937..2348217f3dc3d1ea9a2517f28544a88383dd1196 100644 (file)
@@ -26,7 +26,7 @@ Each statement in :file:`__future__.py` is of the form::
 
 
 where, normally, *OptionalRelease* is less than *MandatoryRelease*, and both are
-5-tuples of the same form as ``sys.version_info``::
+5-tuples of the same form as :data:`sys.version_info`::
 
    (PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
     PY_MINOR_VERSION, # the 1; an int
index e51e8eaba8396f926d9027614f7d66f1376bdc82..acf57638191eb5667f5d16a263e3edcfc2808529 100644 (file)
@@ -447,8 +447,8 @@ always available.
 
    This is called ``hexversion`` since it only really looks meaningful when viewed
    as the result of passing it to the built-in :func:`hex` function.  The
-   ``version_info`` value may be used for a more human-friendly encoding of the
-   same information.
+   struct sequence  :data:`sys.version_info` may be used for a more human-friendly
+   encoding of the same information.
 
 
 .. data:: int_info