fix default value

This commit is contained in:
Georg Brandl 2009-09-26 20:59:11 +00:00
parent 9c3b7dc3c0
commit 10430ad7aa
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ rule:
Helper functions
----------------
.. function:: capwords(s, sep=' ')
.. function:: capwords(s, sep=None)
Split the argument into words using :meth:`str.split`, capitalize each word
using :meth:`str.capitalize`, and join the capitalized words using