New submission from Andrés Delfino <[email protected]>: 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 <[email protected]> <https://bugs.python.org/issue33952> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
