You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just noting that from range_regex import regex_for_range statement in the example from README.rst doesn't work, shouldn't it be from range_regex import bounded_regex_for_range?
Hello
and thanks for this module, quite useful!
I'm just noting that
from range_regex import regex_for_rangestatement in the example from README.rst doesn't work, shouldn't it befrom range_regex import bounded_regex_for_range?Thanks
Matteo