Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Oct 14, 2017
1 parent f94f5ef commit 002be87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _unpack_text(size, bits):

class CompiledFormat(object):
"""A compiled format string that can be used to pack and/or unpack
data multiple.
data multiple times.
Instances of this class are created by the factory function
:func:`~bitstruct.compile()`.
Expand Down Expand Up @@ -388,7 +388,7 @@ def byteswap(fmt, data, offset = 0):
def compile(fmt):
"""Compile given format string `fmt` and return a
:class:`~bitstruct.CompiledFormat` object that can be used to pack
and unpack data multiple times.
and/or unpack data multiple times.
:param fmt: Bitstruct format string. See :func:`~bitstruct.pack()`
for details.
Expand Down

0 comments on commit 002be87

Please sign in to comment.