[New-bugs-announce] [issue33952] doc Fix typo in str.upper() documentation

Andrés Delfino report at bugs.python.org
Sun Jun 24 22:36:12 EDT 2018


New submission from Andrés Delfino <adelfino at 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 at python
components: Documentation
messages: 320395
nosy: adelfino, docs at 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 at bugs.python.org>
<https://bugs.python.org/issue33952>
_______________________________________


More information about the New-bugs-announce mailing list