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.
1 parent 98d2c0a commit c2c8960Copy full SHA for c2c8960
2 files changed
Doc/library/stdtypes.rst
@@ -1033,7 +1033,7 @@ functions based on regular expressions.
1033
1034
.. method:: str.expandtabs([tabsize])
1035
1036
- 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
1037
more spaces, depending on the current column and the given tab size. The
1038
column number is reset to zero after each newline occurring in the string.
1039
If *tabsize* is not given, a tab size of ``8`` characters is assumed. This
Misc/ACKS
@@ -285,6 +285,7 @@ Mark Favas
285
Niels Ferguson
286
Sebastian Fernandez
287
Florian Festi
288
+John Feuerstein
289
Vincent Fiack
290
Tomer Filiba
291
Jeffrey Finkelstein
0 commit comments