diff options
author | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:53:43 (GMT) |
---|---|---|
committer | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:53:43 (GMT) |
commit | 3f7c0e403606f7e888442048ac71cb8f391e8d83 (patch) | |
tree | b9bd563ea0facf995a395d22b9c8ad043648ba5e /Doc/library/sys.rst | |
parent | f93ed3fa67260fa0023a1360a37ab7e320550455 (diff) | |
parent | 24457c9ad375239aca9bd176284d1e4f181e02f4 (diff) | |
download | cpython-3f7c0e403606f7e888442048ac71cb8f391e8d83.zip cpython-3f7c0e403606f7e888442048ac71cb8f391e8d83.tar.gz cpython-3f7c0e403606f7e888442048ac71cb8f391e8d83.tar.bz2 |
Merge fixes for #13614, #13512 and #7719 from 3.2
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 73914e3..93273c4 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -833,7 +833,7 @@ always available. For other systems, the values are: ================ =========================== - System :data:`platform` value + System ``platform`` value ================ =========================== Linux ``'linux'`` Windows ``'win32'`` |