Skip to content

Commit

Permalink
Fixed #5 : The example in the Readme was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Gario committed Apr 13, 2013
1 parent 87b58e4 commit b0475ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -119,7 +119,7 @@ Example Usage
"""
Example = makeGrammar(exampleGrammar, {})
g = Example("11221111")
result, error = g.stuff()
result = g.stuff()
print result

→ ``[1, 2, 1, 1]``

0 comments on commit b0475ee

Please sign in to comment.