diff options
author | Julien Palard <julien@palard.fr> | 2022-10-18 13:46:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 13:46:18 (GMT) |
commit | 2eb503e4dde9c9b0443e799e02d55bc053ef1c64 (patch) | |
tree | 5602a11335263ef0584194cac004eec0d2c3ddfc /Doc/library/pathlib.rst | |
parent | 6ccca69d0d313135b2fbb2aa92c69c315be779c6 (diff) | |
download | cpython-2eb503e4dde9c9b0443e799e02d55bc053ef1c64.zip cpython-2eb503e4dde9c9b0443e799e02d55bc053ef1c64.tar.gz cpython-2eb503e4dde9c9b0443e799e02d55bc053ef1c64.tar.bz2 |
Doc: Found some remaining default roles. (GH-98392)
Diffstat (limited to 'Doc/library/pathlib.rst')
-rw-r--r-- | Doc/library/pathlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 1375ce1..4e9ea39 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -391,7 +391,7 @@ Pure paths provide the following methods and properties: If you want to walk an arbitrary filesystem path upwards, it is recommended to first call :meth:`Path.resolve` so as to resolve - symlinks and eliminate `".."` components. + symlinks and eliminate ``".."`` components. .. data:: PurePath.name |