1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-13 22:28:33 +00:00

#620: Fix code style

This commit is contained in:
Vladimir Iakovlev 2017-03-28 12:25:33 +02:00
parent 53c11d2ef4
commit 1a52e98fbd

View File

@ -126,4 +126,4 @@ def configured_successfully(configuration_details):
def version(thefuck_version, python_version):
sys.stderr.write(
u'The Fuck {} using Python {}'.format(thefuck_version,
python_version))
python_version))