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
Remove 's' mention as there's no argument for set.copy() #12176
Conversation
Thanks! Can you check if the method docstring has the same problem? |
Sure! It doesn't: Line 1166 in d8b3a98
|
Thanks @andresdelfino for the PR, and @serhiy-storchaka for merging it |
Remove 's' mention as there's no argument. (cherry picked from commit e942e7b) Co-authored-by: Andre Delfino <adelfino@gmail.com>
GH-12206 is a backport of this pull request to the 3.7 branch. |
Remove 's' mention as there's no argument. (cherry picked from commit e942e7b) Co-authored-by: Andre Delfino <adelfino@gmail.com>
GH-12207 is a backport of this pull request to the 2.7 branch. |
Remove 's' mention as there's no argument. (cherry picked from commit e942e7b) Co-authored-by: Andre Delfino <adelfino@gmail.com>
Remove 's' mention as there's no argument. (cherry picked from commit e942e7b) Co-authored-by: Andre Delfino <adelfino@gmail.com>
Wording is taken from dict.copy()