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 pjenvey
Recipients famart, pjenvey
Date 2010-04-08.17:45:27
SpamBayes Score 0.08796879
Marked as misclassified No
Message-id <1270748729.3.0.30025854593.issue8347@psf.upfronthosting.co.za>
In-reply-to
Content
S.capitalize() -> string

Return a copy of the string S with only its first character
capitalized.

You've misunderstood the docs, only the first character is indeed capitalized. You want string.capwords instead
History
Date User Action Args
2010-04-08 17:45:29pjenveysetrecipients: + pjenvey, famart
2010-04-08 17:45:29pjenveysetmessageid: <1270748729.3.0.30025854593.issue8347@psf.upfronthosting.co.za>
2010-04-08 17:45:27pjenveylinkissue8347 messages
2010-04-08 17:45:27pjenveycreate