summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index b5061fd..5d5dc1b 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -746,7 +746,8 @@ available. They are listed here in alphabetical order.
Python enforces that the mode, after stripping ``'U'``, begins with ``'r'``,
``'w'`` or ``'a'``.
- See also the :mod:`fileinput` module.
+ See also the :mod:`fileinput` module, the :mod:`os` module, and the
+ :mod:`os.path` module.
.. function:: ord(c)