diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-10-12 06:03:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-10-12 06:03:41 (GMT) |
commit | 63e80e179877bbedc3d5d31d41017365ea79ddc7 (patch) | |
tree | 8edb3b7cf41919ddf1b404575c5e76fbca19035e /Doc | |
parent | bcbc50bbb2a3acc3ae79443f4d343f5c2e244b63 (diff) | |
parent | b39518808849a9286c59e703cfd56845b54a6adf (diff) | |
download | cpython-63e80e179877bbedc3d5d31d41017365ea79ddc7.zip cpython-63e80e179877bbedc3d5d31d41017365ea79ddc7.tar.gz cpython-63e80e179877bbedc3d5d31d41017365ea79ddc7.tar.bz2 |
merge 3.4
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/faq/general.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 12a0337..2221f14 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -151,8 +151,8 @@ after a final minor release is made, the Subversion trunk is incremented to the next minor version, which becomes the "a0" version, e.g. "2.4a0". -See also the documentation for ``sys.version``, ``sys.hexversion``, and -``sys.version_info``. +See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, and +:data:`sys.version_info`. How do I obtain a copy of the Python source? |