Skip to content

Commit e30d281

Browse files
Merge branch '3.13' into backport-361083b-3.13
2 parents f29f834 + 5d240c7 commit e30d281

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
@@ -452,7 +452,7 @@ def test_plural_context_forms_null_translations(self):
452452
numbers_only=False)
453453

454454

455-
class PluralFormsInternalTestCase:
455+
class PluralFormsInternalTestCase(unittest.TestCase):
456456
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html
457457

458458
def test_ja(self):

0 commit comments

Comments
 (0)