From 531dd7e27e6bbb89d66e507399bf3f9215bbb3e4 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Thu, 28 Dec 2017 00:28:25 -0800 Subject: Fix minor spelling error in test_sys_settrace.py. (#5025) --- Lib/test/test_sys_settrace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_sys_settrace.py b/Lib/test/test_sys_settrace.py index 4d88ae5..b4b578c 100644 --- a/Lib/test/test_sys_settrace.py +++ b/Lib/test/test_sys_settrace.py @@ -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 -- cgit v0.12