_mess_factory -> _message_factory. funny typo lol

This commit is contained in:
jesopo 2019-10-28 11:23:02 +00:00
parent 6e16ed8d5e
commit 627e564dbd

View file

@ -47,7 +47,7 @@ class Out(object):
text = text.replace("\n\n", "\n")
full_text = "%s%s" % (prefix, text)
message_factory = _mess_factory(method)
message_factory = _message_factory(method)
line = message_factory(self._target_str, full_text, tags=self._tags)
if self._assured: