diff options
author | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:57:08 (GMT) |
---|---|---|
committer | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:57:08 (GMT) |
commit | bb7da03f6e558014d9863cc4501a2ac91c7c2a3a (patch) | |
tree | cae020b28344421abc7c3535d425c63c0b6c7119 /Doc/library/sys.rst | |
parent | 53f604c79458861553d0ea00db44074b7c4d4333 (diff) | |
parent | 3f7c0e403606f7e888442048ac71cb8f391e8d83 (diff) | |
download | cpython-bb7da03f6e558014d9863cc4501a2ac91c7c2a3a.zip cpython-bb7da03f6e558014d9863cc4501a2ac91c7c2a3a.tar.gz cpython-bb7da03f6e558014d9863cc4501a2ac91c7c2a3a.tar.bz2 |
Merge fixes for #13614, #13512 and #7719 from 3.3
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 5e2b371..c327f21 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'`` |