diff options
author | Andrew Kuchling <amk@amk.ca> | 2014-03-01 12:53:28 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2014-03-01 12:53:28 (GMT) |
commit | 98f2bbf794013f1d194e219fbacaa99146fd5630 (patch) | |
tree | 97ab9d3f612d70549a02b044a7e897f5363cac57 /Doc/library/undoc.rst | |
parent | 7b96f76dc85a35cc5aa5d33baf43ad882fb54582 (diff) | |
download | cpython-98f2bbf794013f1d194e219fbacaa99146fd5630.zip cpython-98f2bbf794013f1d194e219fbacaa99146fd5630.tar.gz cpython-98f2bbf794013f1d194e219fbacaa99146fd5630.tar.bz2 |
#16135: remove mentions of OS/2 from the documentation
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r-- | Doc/library/undoc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index 80386d2..20830e2 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -20,7 +20,7 @@ These modules are used to implement the :mod:`os.path` module, and are not documented beyond this mention. There's little need to document these. :mod:`ntpath` - --- Implementation of :mod:`os.path` on Win32, Win64, WinCE, and OS/2 platforms. + --- Implementation of :mod:`os.path` on Win32, Win64, and WinCE platforms. :mod:`posixpath` --- Implementation of :mod:`os.path` on POSIX. |