Revision 5fcc718f lib/rapi/rlib2.py

b/lib/rapi/rlib2.py
322 322
        ...
323 323
      ]
324 324

  
325
    @returns: a dictionary with 'name' and 'uri' keys for each of them.
325
    @return: a dictionary with 'name' and 'uri' keys for each of them.
326 326

  
327 327
    """
328 328
    client = luxi.Client()
......
340 340
  def POST(self):
341 341
    """Create an instance.
342 342

  
343
    @returns: a job id
343
    @return: a job id
344 344

  
345 345
    """
346 346
    if not isinstance(self.req.request_body, dict):

Also available in: Unified diff