Fix some inconsistency in docstrings
Added colon after ":param" according to: http://docs.openstack.org/developer/hacking Change-Id: I9e1d54fdf4d56ccb6e976c96168fe31d8bf727e0
This commit is contained in:
parent
c7de6d5bee
commit
e36e666140
@ -38,7 +38,7 @@ class Volumes(generic.View):
|
||||
|
||||
The following get parameters may be passed in the GET
|
||||
|
||||
:param search_opts includes options such as name, status, bootable
|
||||
:param search_opts: include options such as name, status, bootable
|
||||
|
||||
The listing result is an object with property "items".
|
||||
"""
|
||||
@ -87,7 +87,7 @@ class Volume(generic.View):
|
||||
|
||||
The following get parameters may be passed in the GET
|
||||
|
||||
:param volume_id the id of the volume
|
||||
:param volume_id: the id of the volume
|
||||
|
||||
The result is a volume object.
|
||||
"""
|
||||
@ -122,7 +122,7 @@ class VolumeType(generic.View):
|
||||
|
||||
The following get parameters may be passed in the GET
|
||||
|
||||
:param volumetype_id the id of the volume type
|
||||
:param volumetype_id: the id of the volume type
|
||||
|
||||
If 'default' is passed as the volumetype_id then
|
||||
it returns the default volumetype
|
||||
|
Loading…
Reference in New Issue
Block a user