Commit 01de313c authored by Georg Brandl's avatar Georg Brandl

fix default value

parent b17645a0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment