[issue33952] doc Fix typo in str.upper() documentation
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
New submission from Andrés Delfino <adelfino@gmail.com>: Doc says: Note that str.upper().isupper() might be False if s... Should say: Note that s.upper().isupper() might be False if s... PR fixes this. ---------- assignee: docs@python components: Documentation messages: 320395 nosy: adelfino, docs@python priority: normal severity: normal status: open title: doc Fix typo in str.upper() documentation type: enhancement versions: Python 2.7, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by Andrés Delfino <adelfino@gmail.com>: ---------- keywords: +patch pull_requests: +7504 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Tal Einat <taleinat@gmail.com> added the comment: New changeset 4a6e746079441d18c30e3c4d014f106faaf7792f by Tal Einat (Andrés Delfino) in branch 'master': bpo-33952: Fix typo in str.upper() documentation (GH-7898) https://github.com/python/cpython/commit/4a6e746079441d18c30e3c4d014f106faaf... ---------- nosy: +taleinat _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +7509 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +7510 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by Tal Einat <taleinat@gmail.com>: ---------- pull_requests: +7511 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Tal Einat <taleinat@gmail.com> added the comment: New changeset 80f1a908a87e55c318776fb8e6f8c21d8a8664ef by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7903) https://github.com/python/cpython/commit/80f1a908a87e55c318776fb8e6f8c21d8a8... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Tal Einat <taleinat@gmail.com> added the comment: New changeset ac5a6e35ef4a73846136804fff924760ec67ebbd by Tal Einat (Miss Islington (bot)) in branch '3.6': bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7904) https://github.com/python/cpython/commit/ac5a6e35ef4a73846136804fff924760ec6... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Tal Einat <taleinat@gmail.com> added the comment: New changeset 78209734a0ecd1567f819d95314b1c7c9b26f48a by Tal Einat in branch '2.7': [2.7] bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7905) https://github.com/python/cpython/commit/78209734a0ecd1567f819d95314b1c7c9b2... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Tal Einat <taleinat@gmail.com> added the comment: Thanks for the PR, Andrés! Merged and backported. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by Andrés Delfino <adelfino@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33952> _______________________________________
participants (3)
-
Andrés Delfino
-
miss-islington
-
Tal Einat