Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirno committed Mar 27, 2024
1 parent 49828aa commit 8e2b283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypetting/liha.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def move_liha(

if tip_array.sum() != column_mask.sum():
n, m = tip_array.sum(), column_mask.sum()
raise IndexError(f"Number of tips in `tip_array` and `column_mask` do not match: {n} != {m})
raise IndexError(f"Number of tips in `tip_array` and `column_mask` do not match: {n} != {m}")

command = (
(
Expand Down

0 comments on commit 8e2b283

Please # to comment.