summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-02-26 09:48:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-02-26 09:48:45 -0500
commit1148bf9118f9df3458cae933601a2638e0684218 (patch)
tree6e89972130282a248a87217e81e1dc0be006cc50 /doc
parentbbaec4bc0a1f0ad5982fc6f4c1f376d79e41cc4e (diff)
downloadpython-coveragepy-git-1148bf9118f9df3458cae933601a2638e0684218.tar.gz
Fix: doc/config.rst:243: D001 Line too long
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 47271745..bac2f0bd 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -240,8 +240,8 @@ patterns to match against the paths of collected data, or they can be absolute
or relative file paths on the current machine.
In this example, data collected for "/jenkins/build/1234/src/module.py" will be
-combined with data for "c:\\myproj\\src\\module.py", and will be reported against
-the source file found at "src/module.py".
+combined with data for "c:\\myproj\\src\\module.py", and will be reported
+against the source file found at "src/module.py".
If you specify more than one list of paths, they will be considered in order.
The first list that has a match will be used.