summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-03-03 07:24:37 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-03-03 07:24:37 -0500
commitc2b922448ac753630c3170eb2a5bd3a00016aa79 (patch)
treef29023a9b0c81981f97d27576829bd72297d485f
parent68fb56eb803283f7df9caf2d47c0d39e7be95cbb (diff)
downloadpython-coveragepy-git-c2b922448ac753630c3170eb2a5bd3a00016aa79.tar.gz
Fix a little English
-rw-r--r--coverage/ctracer/tracer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/ctracer/tracer.c b/coverage/ctracer/tracer.c
index daca07cb..619ccee9 100644
--- a/coverage/ctracer/tracer.c
+++ b/coverage/ctracer/tracer.c
@@ -1087,7 +1087,7 @@ CTracer_members[] = {
PyDoc_STR("Function for starting contexts.") },
{ "switch_context", T_OBJECT, offsetof(CTracer, switch_context), 0,
- PyDoc_STR("Function for switch to a new context.") },
+ PyDoc_STR("Function for switching to a new context.") },
{ NULL }
};