Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 12, 2024
1 parent 4ee76d6 commit c22952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscrt/checksums.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def crc32c(input: bytes, previous_crc32c: int = 0) -> int:
"""
return _awscrt.checksums_crc32c(input, previous_crc32c)

def crc64c(input: bytes, previous_crc64nvme: int = 0) -> int:
def crc64nvme(input: bytes, previous_crc64nvme: int = 0) -> int:
"""
Perform a CRC64 NVME computation.
If continuing to update a running CRC, pass its value into `previous_crc64nvme`.
Expand Down

0 comments on commit c22952f

Please sign in to comment.