From c299c724a2458d3ef5531d42f10b7dee9a2d9999 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 10 Jun 2017 10:29:12 +0200 Subject: [PATCH] delete whitespace --- borg_interface/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg_interface/main.py b/borg_interface/main.py index e15cbd9..6a83f4b 100755 --- a/borg_interface/main.py +++ b/borg_interface/main.py @@ -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'):