a typeo prevented the docs from compiling
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 30 Oct 2007 18:09:21 +0000 (18:09 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 30 Oct 2007 18:09:21 +0000 (18:09 +0000)
api_calls.py

index 9ab32b6..5804258 100644 (file)
@@ -199,7 +199,7 @@ def GetRSpec(sliver_name):
                                        accepts=[Parameter(str, 'A sliver/slice name.')], 
                                        returns=[Mixed(Parameter(str, 'recipient slice name'),
                                                     Parameter(str, 'resource name'),
-                                                    Parameter(int, 'resource amount')]) 
+                                                    Parameter(int, 'resource amount'))] 
                                  )
 @export_to_api(1)
 def GetLoans(sliver_name):