On 6/13/11, Jonathan M Davis <jmdavisp...@gmx.com> wrote:
> Well, capwords is not something you're likely to find implementations of by
> grepping, since the name has a good chance of being different. But
> regardless,
> I find it much easier to believe that someone is using capitalize than
> capwords, particularly since capitalize is a building block of capwords.

Agreed. You can already use a mix of split() and capitalize(), so
capwords might be a good candidate to remove.

Reply via email to