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

This change replaced the word "printf'd" with "formatted".

Change-Id: Ic6a89c9ae95102b9744af26e46a96d71d326bbca
This commit is contained in:
dixiaoli 2016-01-17 18:34:44 +08:00
parent 434295e670
commit 89dc06e266
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class HeatException(Exception):
"""Base Heat Exception.
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.
"""
message = _("An unknown exception occurred.")