Skip to content

Commit

Permalink
Add missing colon in example code
Browse files Browse the repository at this point in the history
This was reported in #52.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed May 19, 2021
1 parent 851e3a8 commit c9e833b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ before full item parsing:
prefix, event, value = next(parse_event)
if value == "skip":
break
for obj in ijson.items(parse_events, 'item')
for obj in ijson.items(parse_events, 'item'):
print(obj)
Expand Down

0 comments on commit c9e833b

Please sign in to comment.