From 438824a17d945d622336f3d385c10300bb94173b Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Tue, 20 Sep 2016 09:29:40 +0000 Subject: [PATCH] Fix typo in data_utils.py TrivialFix Change-Id: I2b548606af85fc0b836f647aa6e97f7fcb01e9bd --- tempest/lib/common/utils/data_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/lib/common/utils/data_utils.py b/tempest/lib/common/utils/data_utils.py index 70be40c379..89109278df 100644 --- a/tempest/lib/common/utils/data_utils.py +++ b/tempest/lib/common/utils/data_utils.py @@ -153,7 +153,7 @@ def arbitrary_string(size=4, base_text=None): This generates a string with an arbitrary number of characters, generated by looping the base_text string. If the size is smaller than the size of - base_text, returning string is shrinked to the size. + base_text, returning string is shrunk to the size. :param int size: a returning characters size :param str base_text: a string you want to repeat :return: size string