[TYPO] Stupid typo...

This commit is contained in:
Richard Mathot 2014-07-03 09:36:46 +02:00
parent fbbc3a54e9
commit 04eff4fe3d
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ class _rml_canvas(object):
try:
self.canvas.drawString(text=text, **v)
except TypeError as e:
_logger.error("Bad RML: <drawReport> tag requires attributes 'x' and 'y'!")
_logger.error("Bad RML: <drawString> tag requires attributes 'x' and 'y'!")
raise e
def _drawCenteredString(self, node):