From 6115dfe9f85e0972a01d6d50a91a19096540505e Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Mon, 4 Jul 2016 16:36:43 +0800 Subject: fix a few spelling mistakes - overwriten should be overwritten - retrun should be return Change-Id: I1567402f4d5c7253e6a54d8753e3f201af7e6a54 --- openstackclient/tests/image/v2/fakes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/tests/image') 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 """ -- cgit v1.2.1