]> granicus.if.org Git - python/commitdiff
Fix minor spelling error in test_sys_settrace.py. (#5025)
authorgfyoung <gfyoung17@gmail.com>
Thu, 28 Dec 2017 08:28:25 +0000 (00:28 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 28 Dec 2017 08:28:25 +0000 (10:28 +0200)
Lib/test/test_sys_settrace.py

index 4d88ae5fc2e32f010f1ed067a0b51a4f096137be..b4b578cc9ddc8db0d347e81de718021c9bf78f0c 100644 (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