From 89dc06e2666b0110803ac0b548c3ae0284437c0c Mon Sep 17 00:00:00 2001 From: dixiaoli Date: Sun, 17 Jan 2016 18:34:44 +0800 Subject: [PATCH] Replace the word "printf'd" with "formatted" This change replaced the word "printf'd" with "formatted". Change-Id: Ic6a89c9ae95102b9744af26e46a96d71d326bbca --- heat/common/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/common/exception.py b/heat/common/exception.py index 70692c2740..4696100150 100644 --- a/heat/common/exception.py +++ b/heat/common/exception.py @@ -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.")