summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-04-27 14:23:56 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-04-27 14:23:56 (GMT)
commit9a42793761ddedc59f03a5fe0f0150e11676713f (patch)
tree0a0058c6138c7d6a47ae242adf48c31b7f7c22c6 /Doc/library/sys.rst
parent935a5888255b60b77547e7bdf32e03fbe963ef52 (diff)
parent10f3d7acbd69206bd9166f812d0503fed187eb5b (diff)
downloadcpython-9a42793761ddedc59f03a5fe0f0150e11676713f.zip
cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.tar.gz
cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.tar.bz2
Branch merge
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 148630c..c61fedb 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -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.
The ``hexversion`` is a 32-bit number with the following layout