Skip to content

Commit b6e9fab

Browse files
committed
Add "See " and another full stop for the new sentence.
As requested.
1 parent afb6b42 commit b6e9fab

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
@@ -687,7 +687,7 @@ def test_change_size_2(self):
687687
class ElementDeclHandlerTest(unittest.TestCase):
688688
def test_trigger_leak(self):
689689
# Unfixed, this test would leak 32 to 56 bytes of memory.
690-
# https://github.com/python/cpython/issues/140593
690+
# See https://github.com/python/cpython/issues/140593.
691691
data = textwrap.dedent('''\
692692
<!DOCTYPE quotations SYSTEM "quotations.dtd" [
693693
<!ELEMENT root ANY>

0 commit comments

Comments
 (0)