r75078 - python/branches/py3k/Doc/library/string.rst
26 Sep
2009
26 Sep
'09
10:52 p.m.
Author: georg.brandl Date: Sat Sep 26 22:52:12 2009 New Revision: 75078 Log: use new style optional args Modified: python/branches/py3k/Doc/library/string.rst Modified: python/branches/py3k/Doc/library/string.rst ============================================================================== --- python/branches/py3k/Doc/library/string.rst (original) +++ python/branches/py3k/Doc/library/string.rst Sat Sep 26 22:52:12 2009 @@ -565,7 +565,7 @@ Helper functions ---------------- -.. function:: capwords(s[, sep]) +.. function:: capwords(s, sep=' ') Split the argument into words using :meth:`str.split`, capitalize each word using :meth:`str.capitalize`, and join the capitalized words using
5518
Age (days ago)
5518
Last active (days ago)
0 comments
1 participants
participants (1)
-
georg.brandl