]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Change the format of some inconsistent docstring
authorsparkliu <spark.liu@cn.ibm.com>
Wed, 16 Dec 2015 17:49:43 +0000 (09:49 -0800)
committersparkliu <spark.liu@cn.ibm.com>
Wed, 16 Dec 2015 18:08:28 +0000 (10:08 -0800)
commitb6f9e6921a71b37ddc7b9c12a8c985227b32b4fe
treef53836435811aec0c36858037d49d7f7c3e6b3d9
parent1b3a5ea89369c13047715cc18a77fcb69262463d
Change the format of some inconsistent docstring

Replace all the ":return:" with ":returns:"
Replace all the ":returns " wtih ":returns:"
Replace all the ":returns :" with ":returns:"

Add the changes for ":raise" also, change ":raise" to ":raise:"

Change-Id: Ib29fbb583dc2dad5d084c44d4172d6ddfa5f7458
26 files changed:
cinder/api/common.py
cinder/backup/driver.py
cinder/backup/drivers/tsm.py
cinder/utils.py
cinder/volume/driver.py
cinder/volume/drivers/dell/dell_storagecenter_common.py
cinder/volume/drivers/dothill/dothill_common.py
cinder/volume/drivers/emc/xtremio.py
cinder/volume/drivers/hitachi/hnas_backend.py
cinder/volume/drivers/hitachi/hnas_iscsi.py
cinder/volume/drivers/hitachi/hnas_nfs.py
cinder/volume/drivers/hpe/hpe_3par_common.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/infortrend/infortrend_fc_cli.py
cinder/volume/drivers/infortrend/infortrend_iscsi_cli.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/netapp/eseries/client.py
cinder/volume/drivers/netapp/eseries/library.py
cinder/volume/drivers/netapp/utils.py
cinder/volume/drivers/nfs.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/zfssa/zfssaiscsi.py
cinder/volume/drivers/zfssa/zfssanfs.py
cinder/zonemanager/drivers/brocade/brcd_fc_san_lookup_service.py
cinder/zonemanager/drivers/cisco/cisco_fc_san_lookup_service.py
cinder/zonemanager/fc_san_lookup_service.py