From b384c179a21e81bd2fec789fe5c6e4dd6bccfbbf Mon Sep 17 00:00:00 2001 From: Niels Boehm Date: Fri, 13 Jul 2018 13:44:58 +0200 Subject: [PATCH] Fix some typos in docstrings. Change-Id: I94709efb56ed00805c5628e9f3e7a4c58ddc5428 --- heat/engine/hot/functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heat/engine/hot/functions.py b/heat/engine/hot/functions.py index 5668d5d3e5..9edcfa6f32 100644 --- a/heat/engine/hot/functions.py +++ b/heat/engine/hot/functions.py @@ -509,7 +509,7 @@ class ReplaceJson(Replace): class ReplaceJsonStrict(ReplaceJson): - """A function for performing string substituions. + """A function for performing string substitutions. str_replace_strict is identical to the str_replace function, only a ValueError is raised if any of the params are not present in @@ -519,7 +519,7 @@ class ReplaceJsonStrict(ReplaceJson): class ReplaceJsonVeryStrict(ReplaceJsonStrict): - """A function for performing string substituions. + """A function for performing string substitutions. str_replace_vstrict is identical to the str_replace_strict function, only a ValueError is raised if any of the params are