Merge "Replace the word "printf'd" with "formatted""

This commit is contained in:
Jenkins 2016-01-19 22:10:22 +00:00 committed by Gerrit Code Review
commit 8154b1feac

View File

@ -36,7 +36,7 @@ class HeatException(Exception):
"""Base Heat Exception. """Base Heat Exception.
To correctly use this class, inherit from it and define a 'msg_fmt' To correctly use this class, inherit from it and define a 'msg_fmt'
property. That msg_fmt will get printf'd with the keyword arguments property. That msg_fmt will get formatted with the keyword arguments
provided to the constructor. provided to the constructor.
""" """
message = _("An unknown exception occurred.") message = _("An unknown exception occurred.")