diff options
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b9eaba0..0a59108 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -57,7 +57,6 @@ 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. |