Skip to content

Commit bbf3c78

Browse files
hoeflingnedbat
authored andcommitted
escape backslashes in windows filepath in config docs
Signed-off-by: Oleg Höfling <[email protected]>
1 parent 25c0f66 commit bbf3c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ patterns to match against the paths of collected data, or they can be absolute
240240
or relative file paths on the current machine.
241241

242242
In this example, data collected for "/jenkins/build/1234/src/module.py" will be
243-
combined with data for "c:\myproj\src\module.py", and will be reported against
243+
combined with data for "c:\\myproj\\src\\module.py", and will be reported against
244244
the source file found at "src/module.py".
245245

246246
If you specify more than one list of paths, they will be considered in order.

0 commit comments

Comments
 (0)