mirror of https://github.com/python/cpython
fix default value
This commit is contained in:
parent
9c3b7dc3c0
commit
10430ad7aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue