Skip to content

Commit

Permalink
[TYPO] Stupid typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
rim-odoo committed Jul 3, 2014
1 parent fbbc3a5 commit 04eff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerp/report/render/rml2pdf/trml2pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def _drawString(self, node):
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):
Expand Down

0 comments on commit 04eff4f

Please sign in to comment.