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

This commit is contained in:
gfyoung 2017-12-28 00:28:25 -08:00 committed by Serhiy Storchaka
parent 53f9135667
commit 531dd7e27e
1 changed files with 1 additions and 1 deletions

View File

@ -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