Skip to content

Commit

Permalink
Last use of paren
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed May 7, 2018
1 parent 4d5f429 commit b753dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pj/parser.py
Expand Up @@ -20,7 +20,7 @@ def parse_array(tokens):
else:
tokens = tokens[1:]

raise Exception('Expected end-of-array parenthesis')
raise Exception('Expected end-of-array bracket')


def parse_object(tokens):
Expand Down

0 comments on commit b753dac

Please sign in to comment.