mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix minor spelling error in test_sys_settrace.py. (#5025)
This commit is contained in:
parent
53f9135667
commit
531dd7e27e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue