summaryrefslogtreecommitdiff
path: root/openstackclient/tests/image
diff options
context:
space:
mode:
authorgecong1973 <ge.cong@zte.com.cn>2016-07-04 16:36:43 +0800
committerSteve Martinelli <s.martinelli@gmail.com>2016-07-04 15:15:23 +0000
commit6115dfe9f85e0972a01d6d50a91a19096540505e (patch)
tree058d34a28941456ef49ff8e910647c7b082d9936 /openstackclient/tests/image
parent605efe67111790ed4801fd5b75ff314d2353d625 (diff)
downloadpython-openstackclient-6115dfe9f85e0972a01d6d50a91a19096540505e.tar.gz
fix a few spelling mistakes
- overwriten should be overwritten - retrun should be return Change-Id: I1567402f4d5c7253e6a54d8753e3f201af7e6a54
Diffstat (limited to 'openstackclient/tests/image')
-rw-r--r--openstackclient/tests/image/v2/fakes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/image/v2/fakes.py b/openstackclient/tests/image/v2/fakes.py
index 8e22fbb2..c2a8d721 100644
--- a/openstackclient/tests/image/v2/fakes.py
+++ b/openstackclient/tests/image/v2/fakes.py
@@ -190,7 +190,7 @@ class FakeImage(object):
:param Dictionary attrs:
A dictionary with all attrbutes of image
- :retrun:
+ :return:
A FakeResource object with id, name, owner, protected,
visibility and tags attrs
"""