From: PranaliDeore Date: Thu, 6 Aug 2015 09:18:49 +0000 (-0700) Subject: Corrected order of parameters in docstring X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0d1c1b12e18128f5f35ea6664c6f868cca2a38fd;p=openstack-build%2Fcinder-build.git Corrected order of parameters in docstring In _v1_restore_factory and _v2_restore_factory methods, invalid order of parameters given in docstring. Changed the order of parameters in docstring. Closes-Bug: #1482184 Change-Id: I7899f8b04b41f271b3d64ec54199dfc414620873 --- diff --git a/cinder/backup/driver.py b/cinder/backup/driver.py index ebbc25c81..9cffd7dec 100644 --- a/cinder/backup/driver.py +++ b/cinder/backup/driver.py @@ -248,7 +248,7 @@ class BackupMetadataAPI(base.Base): Returns a dictionary of the form: - {: (, )} + {: (, )} Empty field list indicates that all backed up fields should be restored. @@ -263,7 +263,7 @@ class BackupMetadataAPI(base.Base): Returns a dictionary of the form: - {: (, )} + {: (, )} Empty field list indicates that all backed up fields should be restored.