Skip to content

Commit e359c3a

Browse files
Merge branch '3.12' into backport-361083b-3.12
2 parents f7f4f1c + b85f061 commit e359c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_gettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def test_plural_context_forms_null_translations(self):
450450
numbers_only=False)
451451

452452

453-
class PluralFormsInternalTestCase:
453+
class PluralFormsInternalTestCase(unittest.TestCase):
454454
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html
455455

456456
def test_ja(self):

0 commit comments

Comments
 (0)