delete whitespace

This commit is contained in:
Andreas Zweili 2017-06-10 10:29:12 +02:00
parent c709fef7d5
commit c299c724a2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ while chosen_activity != 0:
# less
interface_functions.list_archives()
if chosen_activity == ord('2'):
# Displays all the information related to the archive name the user
# Displays all the information related to the archive name the user
# enters
interface_functions.show_info()
if chosen_activity == ord('3'):