]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93268)
authorjacksonriley <52106215+jacksonriley@users.noreply.github.com>
Tue, 7 Jun 2022 18:54:16 +0000 (19:54 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 18:54:16 +0000 (11:54 -0700)
commit8ef7929baffd0038bcb38978a6a91ecc63bf0de2
tree7bc0658170be77e05b9c05c5664df3ee724e41e1
parent296081a7cedc032232efc823b7b238710677a9df
Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93268)

These are currently broken as they refer to :meth:`Path.relative_to` rather than :meth:`PurePath.relative_to`, and `relative_to` is a method on `PurePath`.
Doc/library/pathlib.rst