Skip to content

Commit

Permalink
Raise "NotImplementedError" not "NotImplemented"
Browse files Browse the repository at this point in the history
  • Loading branch information
plajjan committed Jul 26, 2015
1 parent 9a29e02 commit cb8fc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipap/nipap/smart_parsing.py
Expand Up @@ -223,7 +223,7 @@ def _ast_to_dictsql(self, input_ast):
def _string_to_dictsql(self, string):
""" Do magic matching of single words or quoted string
"""
raise NotImplemented()
raise NotImplementedError()


def _parse_expr(self, part):
Expand Down

0 comments on commit cb8fc3c

Please sign in to comment.