Skip to content

Commit 3e048e8

Browse files
committed
minor fixes and updates
1 parent 163e6e3 commit 3e048e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/utils/test_text.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ def test_url_error(self, mock_client):
372372
load_text("http://example.com/error.txt")
373373

374374

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

378378
@pytest.mark.smoke
379379
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)