diff options
author | Éric Araujo <aeric@mtlpy.org> | 2012-12-08 23:35:31 (GMT) |
---|---|---|
committer | Éric Araujo <aeric@mtlpy.org> | 2012-12-08 23:35:31 (GMT) |
commit | 9bc9ab5f853b0ac39b399dc22517a7aa96ffc8d7 (patch) | |
tree | db37394e90fbbcb649182cbdbffe3f12d741fd4b /Doc/library/sys.rst | |
parent | d61926e6bef6c4d8105a2848362377dce91d7fc8 (diff) | |
download | cpython-9bc9ab5f853b0ac39b399dc22517a7aa96ffc8d7.zip cpython-9bc9ab5f853b0ac39b399dc22517a7aa96ffc8d7.tar.gz cpython-9bc9ab5f853b0ac39b399dc22517a7aa96ffc8d7.tar.bz2 |
Fix a few markup/grammar nits
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 0e4adec..a3c14e6 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -739,7 +739,7 @@ always available. For other systems, the values are: ====================== =========================== - System :data:`platform` value + System ``platform`` value ====================== =========================== Linux (2.x *and* 3.x) ``'linux2'`` Windows ``'win32'`` |