We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8023bed commit af7f613Copy full SHA for af7f613
1 file changed
scan/table/range_helper.py
@@ -9,7 +9,7 @@
9
# Regular expression for a number,
10
# captured as one group,
11
# padded by space
12
-__re_dbl = " *([-+]?[0-9]+\.?[0-9]*(?:[eE][-+]?[0-9]+)?) *"
+__re_dbl = r" *([-+]?[0-9]+\.?[0-9]*(?:[eE][-+]?[0-9]+)?) *"
13
14
# Regular expression for the range([start,] stop[, step]) command,
15
# capturing the start, end and step arguments
0 commit comments