Minor refactoring

This commit is contained in:
nvbn
2015-09-08 15:24:49 +03:00
parent 1173f9f59c
commit b8ce95ad68
8 changed files with 36 additions and 29 deletions
+5 -1
View File
@@ -1,2 +1,6 @@
class EmptyCommand(Exception):
"""Raises when empty command passed to `thefuck`."""
"""Raised when empty command passed to `thefuck`."""
class NoRuleMatched(Exception):
"""Raised when no rule matched for some command."""