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