diff -r 00d4d6b85a01 Doc/library/stdtypes.rst --- a/Doc/library/stdtypes.rst Sun Nov 06 13:50:15 2011 -0600 +++ b/Doc/library/stdtypes.rst Mon Nov 07 15:18:11 2011 +0100 @@ -1037,7 +1037,7 @@ .. method:: str.expandtabs([tabsize]) - Return a copy of the string where all tab characters are replaced by one or + Return a copy of the string where all tab characters are replaced by zero or more spaces, depending on the current column and the given tab size. The column number is reset to zero after each newline occurring in the string. If *tabsize* is not given, a tab size of ``8`` characters is assumed. This