This commit is contained in:
Kovid Goyal 2019-04-15 14:34:01 +05:30
parent 4f6ae4b4bd
commit 0f4e37dfca
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -216,7 +216,7 @@ def prints(*args, **kwargs):
file.write(sep) file.write(sep)
count += len(sep) count += len(sep)
file.write(end) file.write(end)
count += len(sep) count += len(end)
return count return count