Skip to content

Commit a63bd34

Browse files
committed
Improve test's docstring
1 parent 8f70991 commit a63bd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyexpat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ def resolve_entity(context, base, system_id, public_id):
773773

774774
class ParentParserLifetimeTest(unittest.TestCase):
775775
"""
776-
Subparser make use of the parent XML_Parser inside of Expat.
776+
Subparsers make use of their parent XML_Parser inside of Expat.
777777
As a result, parent parsers need to outlive subparsers.
778778
Regression test for issue 139400
779779
"""

0 commit comments

Comments
 (0)