diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:27:38 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:27:38 (GMT) |
commit | 944d16c6c490f5e3933f8a729d810f60d3bab1d3 (patch) | |
tree | fa5937fc167ace98dafb8aff3e5c7f11c379e4f4 /Doc/library/__future__.rst | |
parent | 19acb88baf6026307e21d27a4bd7fb33a51344c1 (diff) | |
parent | 9a42793761ddedc59f03a5fe0f0150e11676713f (diff) | |
download | cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.zip cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.tar.gz cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.tar.bz2 |
Merge 3.1
Diffstat (limited to 'Doc/library/__future__.rst')
-rw-r--r-- | Doc/library/__future__.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 1e07f20..0acccc5 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -29,7 +29,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 |