Closed tpow closed 1 year ago
Recent versions of python complain about invalid escape sequences such as \d and \(. Using raw strings is better for these when they are regular expressions.
@denisenkom This is a simple change. What do you think?
Thank you! Merged.
Recent versions of python complain about invalid escape sequences such as \d and \(. Using raw strings is better for these when they are regular expressions.