Skip to content

Commit

Permalink
Version 13.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jan 29, 2018
1 parent ddae238 commit 9c7dd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bincopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Erik Moqvist'
__version__ = '13.0.0'
__version__ = '13.1.0'


DEFAULT_WORD_SIZE_BITS = 8
Expand Down Expand Up @@ -616,7 +616,7 @@ def segments(self):
Segment(address=10, data=bytearray(b'\\x03\\x04\\x05'))
Each segment can be split into smaller pieces using the
`chunks()` method.
`chunks(size=32, alignment=1)` method.
>>> for chunk in binfile.segments.chunks(2):
... print(chunk)
Expand Down

0 comments on commit 9c7dd99

Please sign in to comment.