Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
PurePath.relative_to
links in the pathlib documentation. (pytho…
…nGH-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 8ef7929) Co-authored-by: jacksonriley <52106215+jacksonriley@users.noreply.github.com>
- Loading branch information