Skip to content

Commit c056cfe

Browse files
committed
Full stops and sentences
1 parent a91ed6b commit c056cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_pyexpat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,10 +811,10 @@ def test_cycle(self):
811811
parser = expat.ParserCreate()
812812
subparser = parser.ExternalEntityParserCreate(None)
813813

814-
# Hack a cycle onto it; note that parsing now would not work.
814+
# This hacks a cycle onto it; note that parsing now would not work.
815815
parser.CharacterDataHandler = subparser
816816

817-
# Self-test that the cycle is real
817+
# This self-tests that the cycle is real.
818818
self.assertIn(parser, gc.get_referents(subparser))
819819
self.assertIn(subparser, gc.get_referents(parser))
820820

0 commit comments

Comments
 (0)