diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-03 13:34:06 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-03 13:34:06 -0500 |
commit | fda7814d45b49ca25c78e57074ee3b282934d282 (patch) | |
tree | e1171d6e00ad83ca94d3e9ed1e45652c3f4c31f7 | |
parent | 1e98ca945a24fc1de306bad5e2de247b26acc34b (diff) | |
download | python-coveragepy-git-fda7814d45b49ca25c78e57074ee3b282934d282.tar.gz |
Fix english
-rw-r--r-- | doc/config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst index 7889311e..8545922f 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -168,7 +168,7 @@ equivalent when combining data from different machines:: c:\myproj\src The names of the entries are ignored, you may choose any name that you like. -The value is a lists of strings. When combining data with the ``combine`` +The value is a list of strings. When combining data with the ``combine`` command, two file paths will be combined if they start with paths from the same list. |