unusual gap

Two tab =》 One tab
This commit is contained in:
keshavgbpecdelhi 2020-05-07 18:01:30 +05:30 committed by GitHub
parent b6e680647c
commit 1d3b92cf44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ SECONDS_TO_MICROSECONDS = 1000000
def bytes23(string):
"""Creates a bytes string in either Python 2 or 3."""
"""Creates a bytes string in either Python 2 or 3."""
if sys.version_info >= (3, 0):
return bytes(string, 'utf8')
else: