Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10f3d7a

Browse files
committed
Change markup so it generates a link
1 parent 16190c8 commit 10f3d7a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/__future__.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Each statement in :file:`__future__.py` is of the form::
2626

2727

2828
where, normally, *OptionalRelease* is less than *MandatoryRelease*, and both are
29-
5-tuples of the same form as ``sys.version_info``::
29+
5-tuples of the same form as :data:`sys.version_info`::
3030

3131
(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
3232
PY_MINOR_VERSION, # the 1; an int

Doc/library/sys.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ always available.
447447

448448
This is called ``hexversion`` since it only really looks meaningful when viewed
449449
as the result of passing it to the built-in :func:`hex` function. The
450-
``version_info`` value may be used for a more human-friendly encoding of the
451-
same information.
450+
struct sequence :data:`sys.version_info` may be used for a more human-friendly
451+
encoding of the same information.
452452

453453

454454
.. data:: int_info

0 commit comments

Comments
 (0)