Commit 531dd7e2 authored by gfyoung's avatar gfyoung Committed by Serhiy Storchaka

Fix minor spelling error in test_sys_settrace.py. (#5025)

parent 53f91356
......@@ -8,7 +8,7 @@ import gc
from functools import wraps
class tracecontext:
"""Contex manager that traces its enter and exit."""
"""Context manager that traces its enter and exit."""
def __init__(self, output, value):
self.output = output
self.value = value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment