Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque committed Aug 30, 2024
1 parent c55c8e0 commit 0a19ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/codice/decompress.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _apply_lossy_a(compressed_bytes: bytes) -> list[int]:

def _apply_lossy_b(compressed_bytes: bytes) -> list[int]:
"""
Apply 8-bit to 32-bit Lossy A decompression algorithm.
Apply 8-bit to 32-bit Lossy B decompression algorithm.
The Lossy B algorithm uses a lookup table imported into this module.
Expand Down

0 comments on commit 0a19ca2

Please sign in to comment.