summaryrefslogtreecommitdiff
path: root/coverage
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
commit0dfb8c8275918b8a31c75ab9e8f45828b9698036 (patch)
treeb1513c25be259ab72271e17fa6c79802486ca352 /coverage
parent31c8dbfcf45cd6bbb0f7d47c5b0e69d5948c122c (diff)
downloadpython-coveragepy-0dfb8c8275918b8a31c75ab9e8f45828b9698036.tar.gz
Fix a little English
Diffstat (limited to 'coverage')
-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 daca07c..619ccee 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 }
};