diff options
Diffstat (limited to 'Doc/library/macpath.rst')
-rw-r--r-- | Doc/library/macpath.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/macpath.rst b/Doc/library/macpath.rst index 66c54e5..a7d82d0 100644 --- a/Doc/library/macpath.rst +++ b/Doc/library/macpath.rst @@ -1,9 +1,9 @@ -:mod:`macpath` --- MacOS 9 path manipulation functions -====================================================== +:mod:`macpath` --- Mac OS 9 path manipulation functions +======================================================= .. module:: macpath - :synopsis: MacOS 9 path manipulation functions. + :synopsis: Mac OS 9 path manipulation functions. This module is the Mac OS 9 (and earlier) implementation of the :mod:`os.path` |