From 0d1c1b12e18128f5f35ea6664c6f868cca2a38fd Mon Sep 17 00:00:00 2001 From: PranaliDeore Date: Thu, 6 Aug 2015 02:18:49 -0700 Subject: [PATCH] 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 --- cinder/backup/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.45.2