summaryrefslogtreecommitdiff
path: root/openstackclient/tests/volume
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-04 17:19:59 +0000
committerGerrit Code Review <review@openstack.org>2016-07-04 17:19:59 +0000
commit44d4188149faa53d377adf6af6a64a1f6403ce43 (patch)
treed88dbadc8b03bc1be31f5548cf4574bfd674de6e /openstackclient/tests/volume
parent73a0ad7cf3b34157a4db21beca5a4b24f5b612c9 (diff)
parent6115dfe9f85e0972a01d6d50a91a19096540505e (diff)
downloadpython-openstackclient-44d4188149faa53d377adf6af6a64a1f6403ce43.tar.gz
Merge "fix a few spelling mistakes"
Diffstat (limited to 'openstackclient/tests/volume')
-rw-r--r--openstackclient/tests/volume/v1/fakes.py4
-rw-r--r--openstackclient/tests/volume/v2/fakes.py6
2 files changed, 5 insertions, 5 deletions
diff --git a/openstackclient/tests/volume/v1/fakes.py b/openstackclient/tests/volume/v1/fakes.py
index 6c349866..2584d4b1 100644
--- a/openstackclient/tests/volume/v1/fakes.py
+++ b/openstackclient/tests/volume/v1/fakes.py
@@ -157,7 +157,7 @@ class FakeTransfer(object):
:param Dictionary attrs:
A dictionary with all attributes of Transfer Request
- :retrun:
+ :return:
A FakeResource object with volume_id, name, id.
"""
# Set default attribute
@@ -207,7 +207,7 @@ class FakeService(object):
:param Dictionary attrs:
A dictionary with all attributes of service
- :retrun:
+ :return:
A FakeResource object with host, status, etc.
"""
# Set default attribute
diff --git a/openstackclient/tests/volume/v2/fakes.py b/openstackclient/tests/volume/v2/fakes.py
index ae4c9f51..eff0faf9 100644
--- a/openstackclient/tests/volume/v2/fakes.py
+++ b/openstackclient/tests/volume/v2/fakes.py
@@ -53,7 +53,7 @@ class FakeTransfer(object):
:param Dictionary attrs:
A dictionary with all attributes of Transfer Request
- :retrun:
+ :return:
A FakeResource object with volume_id, name, id.
"""
# Set default attribute
@@ -103,7 +103,7 @@ class FakeService(object):
:param Dictionary attrs:
A dictionary with all attributes of service
- :retrun:
+ :return:
A FakeResource object with host, status, etc.
"""
# Set default attribute
@@ -223,7 +223,7 @@ class FakeVolume(object):
:param Dictionary attrs:
A dictionary with all attributes of volume
- :retrun:
+ :return:
A FakeResource object with id, name, status, etc.
"""
attrs = attrs or {}