diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-28 14:04:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-28 14:04:36 (GMT) |
commit | cf282cdafb0ade1b85e62da5ea7741a9885b48e7 (patch) | |
tree | ef0bf42fba235f869ed7430274d1efd2d520d1bf /Doc | |
parent | 79189b5fd50977700910ca0c9a6627684690d7bd (diff) | |
download | cpython-cf282cdafb0ade1b85e62da5ea7741a9885b48e7.zip cpython-cf282cdafb0ade1b85e62da5ea7741a9885b48e7.tar.gz cpython-cf282cdafb0ade1b85e62da5ea7741a9885b48e7.tar.bz2 |
Point to the library reference manual for os.path documentation (in
macpath section).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/mac/libmac.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex index 50688ac..1301c01 100644 --- a/Doc/mac/libmac.tex +++ b/Doc/mac/libmac.tex @@ -91,8 +91,9 @@ One additional function is available: This module is the Macintosh implementation of the \module{os.path} -module. It is most portably accessed as \module{os.path}. -\refstmodindex{os.path} +module. It is most portably accessed as +\module{os.path}\refstmodindex{os.path}. Refer to the \emph{Python Library +Reference} for documentation of \module{os.path}. The following functions are available in this module: \function{normcase()}, |