Skip to content

Commit

Permalink
Update tifffile/_imagecodecs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed May 10, 2024
1 parent bd2d128 commit ae20115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tifffile/_imagecodecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ def packbits_decode(encoded: bytes, /, *, out=None) -> bytes:
>>> packbits_decode(b'\x02123')
b'123'
>>> packbits_decode(
... b'\xfe\xaa\x02\x80\x00\x2a\xfd\xaa\x03\x80\x00\x2a\x22\xf7\xaa'
... )[:-5]
... b'\xfe\xaa\x02\x80\x00\x2a\xfd\xaa\x03\x80\x00\x2a\x22\xf7\xaa'
... )[:-5]
b'\xaa\xaa\xaa\x80\x00*\xaa\xaa\xaa\xaa\x80\x00*"\xaa\xaa\xaa\xaa\xaa'
"""
Expand Down

0 comments on commit ae20115

Please sign in to comment.