grim/pyparser

fix a typo

2014-06-18, Gary Kramlich
99ba5a889d5a
Parents 974357691a81
Children 8234227fe6d4
fix a typo
--- a/src/pyparser/regex.py Wed Jun 18 15:00:14 2014 -0500
+++ b/src/pyparser/regex.py Wed Jun 18 15:02:01 2014 -0500
@@ -83,7 +83,7 @@
"""
def __init__(self, strip=False, kwargs=False, handle_errors=True, ignore_blanks=False):
- super(RegexParser, self).__init__(strip=string, ignore_blanks=ignore_blanks)
+ super(RegexParser, self).__init__(strip=strip, ignore_blanks=ignore_blanks)
self.kwargs = kwargs
self.regexes = {}