Skip to content

Commit 3a622e9

Browse files
Merge pull request #9 from ilmarga/master
Fixed #5 Fixes #5.
2 parents 87b58e4 + b0475ee commit 3a622e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Example Usage
119119
"""
120120
Example = makeGrammar(exampleGrammar, {})
121121
g = Example("11221111")
122-
result, error = g.stuff()
122+
result = g.stuff()
123123
print result
124124

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

0 commit comments

Comments
 (0)