mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Whitespace normalization.
This commit is contained in:
parent
4b92a82504
commit
d6e7e73ff8
3 changed files with 3 additions and 3 deletions
|
@ -128,7 +128,7 @@ def fill_stmt(iterable, fill_len):
|
|||
"""Yield a string that fills at most fill_len characters with strings
|
||||
returned by 'iterable' and separated by a space"""
|
||||
# Deal with trailing char to handle ' '.join() calculation
|
||||
fill_len += 1
|
||||
fill_len += 1
|
||||
overflow = None
|
||||
it = iter(iterable)
|
||||
while True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue