summaryrefslogtreecommitdiff
path: root/doc/contexts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/contexts.rst')
-rw-r--r--doc/contexts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contexts.rst b/doc/contexts.rst
index 0d1cfe1e..1ea45d46 100644
--- a/doc/contexts.rst
+++ b/doc/contexts.rst
@@ -26,7 +26,7 @@ A static context is set by an option when you run coverage.py. The value is
fixed for the duration of a run. They can be any text you like, for example,
"python3" or "with_numpy". The context is recorded with the data.
-When you :ref:`combine multiple data files <cmd_combining>` together, they can
+When you :ref:`combine multiple data files <cmd_combine>` together, they can
have differing contexts. All of the information is retained, so that the
different contexts are correctly recorded in the combined file.