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

#N/A: Add new line after version

This commit is contained in:
Vladimir Iakovlev 2017-05-10 15:06:29 +02:00
parent f53d772ac3
commit 84c42168df

View File

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