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 otakutyrant
Recipients docs@python, otakutyrant
Date 2021-05-19.03:45:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621395940.01.0.564984916212.issue44175@roundup.psfhosted.org>
In-reply-to
Content
str.istitle(): Return True if the string is a titlecased string and there is at least one character, for example uppercase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise.

I saw this description from the doc. But what does "cased" andd "uncased" mean? I looked it up on a dictionary, and the latter only says: "cased in something: completely covered with a particular material".

I think "cased" may be "capitalized", but, if so, the usage of the former is not endorsed by dictionaries so that I think this word is confusing or informal. so does "uncased".
History
Date User Action Args
2021-05-19 03:45:40otakutyrantsetrecipients: + otakutyrant, docs@python
2021-05-19 03:45:40otakutyrantsetmessageid: <1621395940.01.0.564984916212.issue44175@roundup.psfhosted.org>
2021-05-19 03:45:40otakutyrantlinkissue44175 messages
2021-05-19 03:45:39otakutyrantcreate