commit | f26d1b5b5354348c37b7835aa1344d5d0f6f6750 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 07 12:11:10 2022 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 07 12:11:10 2022 -0700 |
tree | f3aa1e229b24b240a10e04105561ca5d23dfa1f9 | |
parent | 52032554aec353f5a3e95f11a64bf9410ee81d23 [diff] |
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`. (cherry picked from commit 8ef7929baffd0038bcb38978a6a91ecc63bf0de2) Co-authored-by: jacksonriley <52106215+jacksonriley@users.noreply.github.com>