Skip to content

Commit 531dd7e

Browse files
gfyoungserhiy-storchaka
authored andcommitted
Fix minor spelling error in test_sys_settrace.py. (#5025)
1 parent 53f9135 commit 531dd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sys_settrace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from functools import wraps
99

1010
class tracecontext:
11-
"""Contex manager that traces its enter and exit."""
11+
"""Context manager that traces its enter and exit."""
1212
def __init__(self, output, value):
1313
self.output = output
1414
self.value = value

0 commit comments

Comments
 (0)