Skip to content

Commit 911b2b7

Browse files
authored
Update Lib/test/test_pyexpat.py
1 parent 18d175f commit 911b2b7

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
@@ -829,7 +829,7 @@ def billion_laughs(self, ncols, nrows, text='.', indent=' '):
829829
"""Create a billion laugh payload.
830830
831831
Be careful: the number of total items is pow(n, k), thereby
832-
requiring at least pow(ncols, nrows) * sizeof(base) memory!
832+
requiring at least pow(ncols, nrows) * sizeof(text) memory!
833833
"""
834834
body = textwrap.indent('\n'.join(
835835
f'<!ENTITY row{i + 1} "{f"&row{i};" * ncols}">'

0 commit comments

Comments
 (0)