From 8dc709f003bcd30ec520202b1942379385aa39bb Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 16 Sep 2015 06:03:59 +0300 Subject: [PATCH] Fix typo --- slpkg/status_deps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slpkg/status_deps.py b/slpkg/status_deps.py index 317c4ac0..eac482f9 100644 --- a/slpkg/status_deps.py +++ b/slpkg/status_deps.py @@ -108,8 +108,8 @@ class DependenciesStatus(object): def no_logs(self): """Print message if no logs found """ - print("\n There were no logs files. Obviously it wasn't used the \n" - " method of installation with the command: \n" + print("\n There were no logs files. Obviously not used the\n" + " installation method with the command:\n" " '$ slpkg -s ' yet.\n") raise SystemExit()