Skip to content

Commit 77573a8

Browse files
committed
fix improper name update
1 parent 3629fd0 commit 77573a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/utils/test_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def test_url_error(self, mock_client):
372372
load_text("http://example.com/error.txt")
373373

374374

375-
class TestIsPuncutation:
375+
class TestIsPunctuation:
376376
"""Test suite for is_punctuation."""
377377

378378
@pytest.mark.smoke

0 commit comments

Comments
 (0)