Skip to content

Commit 42899d8

Browse files
committed
typo
1 parent ce01188 commit 42899d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cells.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_is_single_cell_widths() -> None:
203203
"\u200d",
204204
[(0, 1, 0)],
205205
0,
206-
), # A zero width joiner within noting prior should have zero width
206+
), # A zero width joiner with nothing prior should have zero width
207207
(
208208
"\u200d\u200d",
209209
[(0, 2, 0)],

0 commit comments

Comments
 (0)