]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix doc string definitions
authorAndrey Pavlov <andrey-mp@yandex.ru>
Thu, 18 Jun 2015 13:19:51 +0000 (16:19 +0300)
committerAndrey Pavlov <andrey-mp@yandex.ru>
Mon, 27 Jul 2015 05:06:03 +0000 (08:06 +0300)
commit76df9f313b5cc4b4c08f2634d0eac5b05a23299b
tree1ba163bf1798e87f10512641690cea13f4c6ae73
parent9e7a7e113f023bb3634a81c5f14401d09788205a
Fix doc string definitions

Changed """" at start of docstring to """
and changed ''' to """ in docstrings.

Docstring standards are here -
https://www.python.org/dev/peps/pep-0008/#documentation-strings

Closes-Bug: #1466802
Change-Id: I7d03643845b0542deb52aed59edc1543827436ba
23 files changed:
cinder/db/sqlalchemy/api.py
cinder/scheduler/driver.py
cinder/scheduler/rpcapi.py
cinder/tests/unit/api/test_common.py
cinder/tests/unit/api/v2/test_volumes.py
cinder/tests/unit/integrated/test_xml.py
cinder/tests/unit/test_backup.py
cinder/tests/unit/test_backup_ceph.py
cinder/tests/unit/test_db_api.py
cinder/tests/unit/test_dellscapi.py
cinder/tests/unit/test_v7000_common.py
cinder/tests/unit/test_volume.py
cinder/tests/unit/volume/drivers/netapp/eseries/fakes.py
cinder/volume/drivers/dell/dell_storagecenter_api.py
cinder/volume/drivers/dell/dell_storagecenter_common.py
cinder/volume/drivers/dell/dell_storagecenter_fc.py
cinder/volume/drivers/dell/dell_storagecenter_iscsi.py
cinder/volume/drivers/eqlx.py
cinder/volume/drivers/ibm/storwize_svc/ssh.py
cinder/volume/drivers/netapp/common.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py
cinder/volume/drivers/srb.py
cinder/volume/rpcapi.py