bpo-43200: Fix a link to shutil.copy() in the shutil module docs #24505
+3
−2
Conversation
A link generated for the copy() function was linking to the copy module. It should link to the shutil.copy() function instead. Use reST markup to ensure the other functions in the sentence also link to shutil functions.
LGTM |
With only a couple of exception, this doc only uses '~shutil' when needed, for 'copy', so I removed the ones not needed. I check and there are no other instances " |
762fe7d
into
python:master
11 checks passed
11 checks passed
bedevere/news
"skip news" label found
Thanks @ZackerySpytz for the PR, and @terryjreedy for merging it |
miss-islington
added a commit
to miss-islington/cpython
that referenced
this pull request
Feb 13, 2021
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 762fe7d) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-24523 is a backport of this pull request to the 3.9 branch. |
miss-islington
added a commit
to miss-islington/cpython
that referenced
this pull request
Feb 13, 2021
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 762fe7d) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-24524 is a backport of this pull request to the 3.8 branch. |
miss-islington
added a commit
that referenced
this pull request
Feb 13, 2021
terryjreedy
pushed a commit
that referenced
this pull request
Feb 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
A link generated for the copy() function was linking to the copy
module. It should link to the shutil.copy() function instead.
Use reST markup to ensure the other functions in the sentence also
link to shutil functions.
https://bugs.python.org/issue43200