Skip to content

Commit

Permalink
ZigZag docstring fixed, thanks to henriquegemignani
Browse files Browse the repository at this point in the history
  • Loading branch information
arekbulski committed Feb 7, 2021
1 parent 5d6ab64 commit d4f53a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion construct/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ class ZigZag(Construct):
Parses into an integer. Builds from an integer. Size is undefined.
:raises StreamError: requested reading negative amount, could not read enough bytes, requested writing different amount than actual data, or could not write all bytes
:raises IntegerError: given a negative value, or not an integer
:raises IntegerError: given not an integer
Example::
Expand Down

0 comments on commit d4f53a7

Please sign in to comment.