Skip to content

Commit

Permalink
Docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Sep 2, 2023
1 parent 754ba5a commit 4647947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -884,10 +884,10 @@ call fails (for example because the path doesn't exist).

Users may wish to test the result with :meth:`~PurePath.is_absolute` and
reject relative paths, as these are not portable across processes with
differing working directories.
different working directories.

:func:`os.fsdecode` is used to decode percent-escaped byte sequences, and
so file URIs are not portable across machines with differing
so file URIs are not portable across machines with different
:ref:`filesystem encodings <filesystem-encoding>`.

.. versionadded:: 3.13
Expand Down

0 comments on commit 4647947

Please sign in to comment.