fix syntax error
[sfa.git] / sfa / methods / Allocate.py
index b3328e0..a1bb9e0 100644 (file)
@@ -26,7 +26,7 @@ class Allocate(Method):
     interfaces = ['aggregate', 'slicemgr']
     accepts = [
         Parameter(str, "Slice URN"),
-        Parameter(dict, "List of credentials")),
+        Parameter(dict, "List of credentials"),
         Parameter(str, "RSpec"),
         Parameter(dict, "options"),
         ]