From bbf3c784d25771cdada061f681f64ba5790e890f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleg=20H=C3=B6fling?= Date: Sun, 23 Feb 2020 00:13:37 +0100 Subject: escape backslashes in windows filepath in config docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oleg Höfling --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index 6091867d..47271745 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -240,7 +240,7 @@ 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 +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. -- cgit v1.2.1