functools.partial docs: Use the more common spelling for "referenceable"#113675
functools.partial docs: Use the more common spelling for "referenceable"#113675AlexWaygood merged 1 commit into
functools.partial docs: Use the more common spelling for "referenceable"#113675Conversation
|
Per https://en.wiktionary.org/wiki/referencable this doesn't looks as a typo. |
Sorry, something went wrong.
AlexWaygood
left a comment
There was a problem hiding this comment.
Both are acceptable spellings, but "referenceable" is the more common one, and does look more natural to my eyes. So I'm happy for this to go in :)
Sorry, something went wrong.
|
Thanks @rodrigogiraoserrao for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, something went wrong.
…able" (pythonGH-113675) (cherry picked from commit 4de468c) Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
…able" (pythonGH-113675) (cherry picked from commit 4de468c) Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
We also have at least three similar situations: |
Sorry, something went wrong.
If you make a PR, I'll probably merge it -- but also, I wouldn't say it's a priority, since both are acceptable spellings :) |
Sorry, something went wrong.
|
Merriam-Webster and the Oxford Learner's Dictionary seem to disagree, https://www.merriam-webster.com/thesaurus/referencable & https://www.oxfordlearnersdictionaries.com/spellcheck/english/?q=referencable I won't push more than this, though, as I'm not a native speaker. |
Sorry, something went wrong.
Fixes a typo in the last paragraph of the docs on
partialobjects, https://docs.python.org/3/library/functools.html#partial-objects📚 Documentation preview 📚: https://cpython-previews--113675.org.readthedocs.build/