summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-27 20:22:35 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-09-27 20:22:35 (GMT)
commitf7fee331042baa0180f89cd38903573bbd12106e (patch)
tree7f7595620de5ec1487b5f99e928e4f08211a3ed4 /Doc/library/os.rst
parent89c6ee2df19f169e4e60e1e8bb7b711aa057144e (diff)
parent3749404ba5968c5571d47bc8a984f008a7eb8f80 (diff)
downloadcpython-f7fee331042baa0180f89cd38903573bbd12106e.zip
cpython-f7fee331042baa0180f89cd38903573bbd12106e.tar.gz
cpython-f7fee331042baa0180f89cd38903573bbd12106e.tar.bz2
Issue #22251: Fix ReST markup to avoid errors building docs.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index f3e7b5d..0b10a5c 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -57,6 +57,7 @@ Notes on the availability of these functions:
``'ce'``, ``'java'``.
.. seealso::
+
:attr:`sys.platform` has a finer granularity. :func:`os.uname` gives
system-dependent version information.