another syntax error
[sfa.git] / sfa / methods / Delete.py
index 5982f71..9ed6e98 100644 (file)
@@ -17,7 +17,7 @@ class Delete(Method):
     
     accepts = [
         Parameter([str], "Human readable name of slice to delete (hrn or urn)"),
-        Parameter(dict), "Credentials")),
+        Parameter(dict, "Credentials"),
         Parameter(dict, "options"),
         ]