TrivialFix: Removed redundant 'the'

Change-Id: If27d8e0ef23d5d202705b07283f4e13b3fb48402
This commit is contained in:
Anh Tran 2016-09-27 16:14:10 +07:00
parent a85ea63de7
commit 91083b9dd3
3 changed files with 5 additions and 5 deletions

@ -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`
"""

@ -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`
"""

@ -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