Merge "Fix some typos in docstrings."

This commit is contained in:
Zuul 2018-10-03 19:22:31 +00:00 committed by Gerrit Code Review
commit 8cc82b4e14
1 changed files with 2 additions and 2 deletions

View File

@ -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