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
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.")