cpython: 84f803fdc0d2 (original) (raw)
Mercurial > cpython
changeset 73491:84f803fdc0d2 3.2
Issue #13365: correct an error in the documentation of str.expandtabs [#13365]
Eli Bendersky eliben@gmail.com | |
---|---|
date | Fri, 11 Nov 2011 10:40:14 +0200 |
parents | 6ddda809ea8c |
children | 25191fe10da9 61976390763f |
files | Doc/library/stdtypes.rst Misc/ACKS |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Doc/library/stdtypes.rst 2 Misc/ACKS 1 |
line wrap: on
line diff
--- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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 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
--- 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