summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/pathlib.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index c4fe645..5012150 100644
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -1319,7 +1319,8 @@ Below is a table mapping various :mod:`os` functions to their corresponding
:func:`os.path.basename` :data:`PurePath.name`
:func:`os.path.dirname` :data:`PurePath.parent`
:func:`os.path.samefile` :meth:`Path.samefile`
-:func:`os.path.splitext` :data:`PurePath.suffix`
+:func:`os.path.splitext` :data:`PurePath.stem` and
+ :data:`PurePath.suffix`
==================================== ==============================
.. rubric:: Footnotes