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

2021-03-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: There was recent change to str.capitalize. I am not sure if Serhiy was referring to this doc change in https://bugs.python.org/issue36549#msg339570 -- nosy: +serhiy.storchaka, xtreak ___ Python tracker <

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

2021-03-21 Thread Grant Edwards
New submission from Grant Edwards : 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 E