R. David Murray added the comment:
The doc looks pretty clear to me: "return a copy of the string with *only* its
first character capitalized." I don't offhand see how we could make that
clearer. Maybe we should actually put the emphasis on the 'only' into the doc
markup? That doesn't feel
Senthil Kumaran added the comment:
Capitalization is a language property, it is not Python specific. By
Definition, except for first letter every thing else is lower cased.
http://en.wikipedia.org/wiki/Capitalization
So, Python documentation assumes that it is understood (or can referred to i
101 - 102 of 102 matches
Mail list logo