Typo
svn: r3731
This commit is contained in:
parent
9d805acfa0
commit
3ff2b05ec5
@ -254,7 +254,7 @@ class DateParser:
|
||||
re.IGNORECASE)
|
||||
self._span = re.compile("(from)\s+(.+)\s+(to)\s+(.+)",
|
||||
re.IGNORECASE)
|
||||
self._range = re.compile("(bet.|between)\s+(.+)\s+(and)\s+(.+)",
|
||||
self._range = re.compile("(bet|bet.|between)\s+(.+)\s+(and)\s+(.+)",
|
||||
re.IGNORECASE)
|
||||
self._modifier = re.compile('%s\s+(.*)' % self._mod_str,
|
||||
re.IGNORECASE)
|
||||
|
Loading…
Reference in New Issue
Block a user