Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Jun 12, 2020
1 parent eaf7cff commit 8d2bbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fletcher/algorithms/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _text_contains_case_sensitive_nulls(
valid_bits: np.ndarray,
valid_offset: int,
offsets: np.ndarray,
data: np.ndarry,
data: np.ndarray,
pat: bytes,
output: np.ndarray,
) -> None:
Expand Down

0 comments on commit 8d2bbbf

Please sign in to comment.