From: Stephen Soltesz Date: Tue, 30 Oct 2007 18:09:21 +0000 (+0000) Subject: a typeo prevented the docs from compiling X-Git-Tag: NodeManager-1.6-1~43 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=151790af10552690b460ca7229ab680ea6afc802;p=nodemanager.git a typeo prevented the docs from compiling --- diff --git a/api_calls.py b/api_calls.py index 9ab32b6..5804258 100644 --- a/api_calls.py +++ b/api_calls.py @@ -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):