Skip to content

Commit a169d67

Browse files
authored
Merge pull request #5910 from gassmoeller/fix_update_script
properly escape backslash
2 parents 2343c00 + 2f2b101 commit a169d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/utilities/update_scripts/prm_files/reformat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- retain as much user formatting in comments and parameter values as possible,
1616
e.g. spaces for padding values to align between adjacent lines. This is not
1717
always perfectly possible.
18-
- retain broken lines (`\`) in values of parameters and comments, remove them
18+
- retain broken lines (`\\`) in values of parameters and comments, remove them
1919
from subsection or parameter names.
2020
"""
2121

0 commit comments

Comments
 (0)