This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adelfino
Recipients adelfino, docs@python
Date 2018-06-25.02:36:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529894172.0.0.56676864532.issue33952@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-25 02:36:12adelfinosetrecipients: + adelfino, docs@python
2018-06-25 02:36:12adelfinosetmessageid: <1529894172.0.0.56676864532.issue33952@psf.upfronthosting.co.za>
2018-06-25 02:36:11adelfinolinkissue33952 messages
2018-06-25 02:36:11adelfinocreate