diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:22:32 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:22:32 (GMT) |
commit | 10f3d7acbd69206bd9166f812d0503fed187eb5b (patch) | |
tree | 2c0ac49b6b563be36b86c3b7c40cc8d54f7e5e9f /Doc/library/sys.rst | |
parent | 16190c8236f6d154507353850916cd49292cc720 (diff) | |
download | cpython-10f3d7acbd69206bd9166f812d0503fed187eb5b.zip cpython-10f3d7acbd69206bd9166f812d0503fed187eb5b.tar.gz cpython-10f3d7acbd69206bd9166f812d0503fed187eb5b.tar.bz2 |
Change markup so it generates a link
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index e51e8ea..acf5763 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. .. data:: int_info |