extras: rst: fix typo

This commit is contained in:
Jérôme Carretero 2013-09-24 00:59:10 -04:00
parent 9838d0bb08
commit e7425bc2ba
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ def apply_rst(self):
elif isinstance(self.target, str):
tgt = self.path.get_bld().make_node(self.target)
else:
self.bld.fatal("rst: Don't know how to build target name %s which is not a string or Node for %s" % self)
self.bld.fatal("rst: Don't know how to build target name %s which is not a string or Node for %s" % (self.target, self))
else:
tgt = None