Python help() function and the string.title function

Posted by wpeters on Stack Overflow See other posts from Stack Overflow or by wpeters
Published on 2010-03-12T02:39:02Z Indexed on 2010/03/12 2:47 UTC
Read the original article Hit count: 167

Filed under:

What doesn't

import string;help(string.title) 

seem to work but

help(string.strip)

works just fine?

© Stack Overflow or respective owner

Related posts about python