Skip to content

Commit b191ce4

Browse files
Update Lib/test/test_support.py
Co-authored-by: Brett Cannon <[email protected]>
1 parent b4759e3 commit b191ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def recursive_function(depth):
751751
else:
752752
self.fail("RecursionError was not raised")
753753

754-
# test the bare minimumum: max_depth=2
754+
# Test the bare minimumum: max_depth=2 .
755755
with support.infinite_recursion(2):
756756
try:
757757
recursive_function(2)

0 commit comments

Comments
 (0)