[issue43584] Doc description of str.title() upper case vs. title case.

Grant Edwards report at bugs.python.org
Sun Mar 21 12:11:00 EDT 2021


New submission from Grant Edwards <grant.b.edwards at gmail.com>:

The documentation for str.title() states that the first character in each world is converted to upper case. That is not correct for recent versions of Python. The first character in each word is converted to title case. Title and upper may be the same for English/ASCII, but other languages have characters for which upper and title case are different.

----------
assignee: docs at python
components: Documentation
messages: 389242
nosy: docs at python, grant.b.edwards
priority: normal
severity: normal
status: open
title: Doc description of str.title() upper case vs. title case.
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43584>
_______________________________________


More information about the Python-bugs-list mailing list