summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnh Tran <anhtt@vn.fujitsu.com>2016-09-27 16:14:10 +0700
committerAnh Tran <anhtt@vn.fujitsu.com>2016-09-27 16:19:19 +0700
commit91083b9dd34be13b775dc9016783f9080a548655 (patch)
tree7296edd2cbb15ea8fea5abb56cca19b569ea0246
parenta85ea63de732164739c479db6a450d1f8f839807 (diff)
downloadpython-cinderclient-91083b9dd34be13b775dc9016783f9080a548655.tar.gz
TrivialFix: Removed redundant 'the'
Change-Id: If27d8e0ef23d5d202705b07283f4e13b3fb48402
-rw-r--r--cinderclient/v3/group_types.py4
-rw-r--r--cinderclient/v3/volume_types.py4
-rw-r--r--doc/source/unit_tests.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/cinderclient/v3/group_types.py b/cinderclient/v3/group_types.py
index 1292c1f..636c192 100644
--- a/cinderclient/v3/group_types.py
+++ b/cinderclient/v3/group_types.py
@@ -120,7 +120,7 @@ class GroupTypeManager(base.ManagerWithFind):
"""Creates a group type.
:param name: Descriptive name of the group type
- :param description: Description of the the group type
+ :param description: Description of the group type
:param is_public: Group type visibility
:rtype: :class:`GroupType`
"""
@@ -141,7 +141,7 @@ class GroupTypeManager(base.ManagerWithFind):
:param group_type: The ID of the :class:`GroupType` to update.
:param name: Descriptive name of the group type.
- :param description: Description of the the group type.
+ :param description: Description of the group type.
:rtype: :class:`GroupType`
"""
diff --git a/cinderclient/v3/volume_types.py b/cinderclient/v3/volume_types.py
index 0581d6c..e52f6fd 100644
--- a/cinderclient/v3/volume_types.py
+++ b/cinderclient/v3/volume_types.py
@@ -117,7 +117,7 @@ class VolumeTypeManager(base.ManagerWithFind):
"""Creates a volume type.
:param name: Descriptive name of the volume type
- :param description: Description of the the volume type
+ :param description: Description of the volume type
:param is_public: Volume type visibility
:rtype: :class:`VolumeType`
"""
@@ -137,7 +137,7 @@ class VolumeTypeManager(base.ManagerWithFind):
:param volume_type: The ID of the :class:`VolumeType` to update.
:param name: Descriptive name of the volume type.
- :param description: Description of the the volume type.
+ :param description: Description of the volume type.
:rtype: :class:`VolumeType`
"""
diff --git a/doc/source/unit_tests.rst b/doc/source/unit_tests.rst
index e6dd39e..38fb4e2 100644
--- a/doc/source/unit_tests.rst
+++ b/doc/source/unit_tests.rst
@@ -93,7 +93,7 @@ This will show the following help information::
prefer to run tests NOT in a virtual environment, simply pass the -N option.
Because ``run_tests.sh`` is a wrapper around testr, it also accepts the same
-flags as testr. See the the documentation for details about these additional flags:
+flags as testr. See the documentation for details about these additional flags:
`ostestr documentation <http://docs.openstack.org/developer/os-testr/>`_.
.. _nose options documentation: http://readthedocs.org/docs/nose/en/latest/usage.html#options