Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0a1d62 + c2c8960 commit 6e9002cCopy full SHA for 6e9002c
2 files changed
Doc/library/stdtypes.rst
@@ -1037,7 +1037,7 @@ functions based on regular expressions.
1037
1038
.. method:: str.expandtabs([tabsize])
1039
1040
- 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
1041
more spaces, depending on the current column and the given tab size. The
1042
column number is reset to zero after each newline occurring in the string.
1043
If *tabsize* is not given, a tab size of ``8`` characters is assumed. This
Misc/ACKS
@@ -306,6 +306,7 @@ Boris Feld
306
Niels Ferguson
307
Sebastian Fernandez
308
Florian Festi
309
+John Feuerstein
310
Vincent Fiack
311
Tomer Filiba
312
Jeffrey Finkelstein
0 commit comments