* src/DateHandler/_DateParser.py: Fix a typo
* src/DateEdit.py: Fix a typo svn: r8354
This commit is contained in:
@@ -313,7 +313,7 @@ class DateParser:
|
||||
self.french_to_int)
|
||||
|
||||
def _parse_greg_julian(self, text):
|
||||
return self._parse_calendar(text, self._text,s elf._text2,
|
||||
return self._parse_calendar(text, self._text,self._text2,
|
||||
self.month_to_int, gregorian_valid)
|
||||
|
||||
def _parse_calendar(self, text, regex1, regex2, mmap, check=None):
|
||||
|
Reference in New Issue
Block a user