commit | 3d32be192cb6104058d9d45acb93ba58c6c6cddc | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Oct 13 15:59:47 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Oct 13 15:59:47 2001 +0000 |
tree | a1f86370dcc728afa5ef19af194990a36e147eb0 | |
parent | 2bae4face24ac270520ca88f763886d1dca5a705 [diff] |
Remove extra param from call to self.error(). Reported by Neal Norwitz.
diff --git a/Lib/markupbase.py b/Lib/markupbase.py index 2055676..32237af 100644 --- a/Lib/markupbase.py +++ b/Lib/markupbase.py
@@ -303,4 +303,4 @@ return string.lower(name), m.end() else: self.updatepos(declstartpos, i) - self.error("expected name token", self.getpos()) + self.error("expected name token")