From 25b944cccecdbb96e6d4213b6a74b6b576594298 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 18 Jan 2018 20:24:28 +0000 Subject: [PATCH] typo --- Tests/unicodedata_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/unicodedata_test.py b/Tests/unicodedata_test.py index a3ac66249..094ea8e6d 100644 --- a/Tests/unicodedata_test.py +++ b/Tests/unicodedata_test.py @@ -214,7 +214,7 @@ def test_ot_tags_from_script(): assert unicodedata.ot_tags_from_script("Zinh") == ["DFLT"] assert unicodedata.ot_tags_from_script("Zyyy") == ["DFLT"] assert unicodedata.ot_tags_from_script("Zzzz") == ["DFLT"] - # this in invalid or unknown + # this is invalid or unknown assert unicodedata.ot_tags_from_script("Aaaa") == ["DFLT"]