diff --git a/cheat b/cheat index 29a5add..bf6de3e 100755 --- a/cheat +++ b/cheat @@ -64,6 +64,6 @@ for sheet in cheatsheets: print cheatsheet.read() sheet_found = True -# if it does not, say so -else: - print 'No cheatsheet found for %s.' % keyphrase + # if it does not, say so + else: + print 'No cheatsheet found for %s.' % keyphrase