Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] Fix PurePath.relative_to links in the pathlib documentation (GH-93268) #93590

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

jacksonriley
Copy link
Contributor

@jacksonriley jacksonriley commented Jun 7, 2022

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 [email protected]

Backport of #93268

Automerge-Triggered-By: GH:brettcannon

…pythonGH-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 <[email protected]>
@brettcannon
Copy link
Member

Thanks so much!

@miss-islington
Copy link
Contributor

Status check is done, and it's a success ✅ .

@jacksonriley jacksonriley deleted the backport-8ef7929-3.10 branch June 7, 2022 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants