diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-07-04 17:19:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-07-04 17:19:59 +0000 |
| commit | 44d4188149faa53d377adf6af6a64a1f6403ce43 (patch) | |
| tree | d88dbadc8b03bc1be31f5548cf4574bfd674de6e /openstackclient/tests/image | |
| parent | 73a0ad7cf3b34157a4db21beca5a4b24f5b612c9 (diff) | |
| parent | 6115dfe9f85e0972a01d6d50a91a19096540505e (diff) | |
| download | python-openstackclient-44d4188149faa53d377adf6af6a64a1f6403ce43.tar.gz | |
Merge "fix a few spelling mistakes"
Diffstat (limited to 'openstackclient/tests/image')
| -rw-r--r-- | openstackclient/tests/image/v2/fakes.py | 2 |
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 """ |
