summaryrefslogtreecommitdiff
path: root/Doc/library/undoc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r--Doc/library/undoc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index 20830e2963..2444080d6b 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, and WinCE platforms.
+ --- Implementation of :mod:`os.path` on Win32 and Win64 platforms.
:mod:`posixpath`
--- Implementation of :mod:`os.path` on POSIX.