]> granicus.if.org Git - python/commitdiff
Issue #13365: correct an error in the documentation of str.expandtabs
authorEli Bendersky <eliben@gmail.com>
Fri, 11 Nov 2011 08:40:14 +0000 (10:40 +0200)
committerEli Bendersky <eliben@gmail.com>
Fri, 11 Nov 2011 08:40:14 +0000 (10:40 +0200)
Doc/library/stdtypes.rst
Misc/ACKS

index 942ecbad56d5d90f64ee99fb64f88c9ded615986..af1e44a941c24c1f54731d2be2a4274ee503dcdc 100644 (file)
@@ -1033,7 +1033,7 @@ functions based on regular expressions.
 
 .. 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
index 2fe91749e00662f1f8cbfcc281397eab265fe271..718efc2b481b3f013694de06db6f42b4b42e08e9 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -285,6 +285,7 @@ Mark Favas
 Niels Ferguson
 Sebastian Fernandez
 Florian Festi
+John Feuerstein
 Vincent Fiack
 Tomer Filiba
 Jeffrey Finkelstein