Revision abd66bf8 lib/luxi.py

b/lib/luxi.py
500 500
  def Query(self, what, fields, filter_):
501 501
    """Query for resources/items.
502 502

  
503
    @param what: One of L{constants.QR_OP_LUXI}
503
    @param what: One of L{constants.QR_VIA_LUXI}
504 504
    @type fields: List of strings
505 505
    @param fields: List of requested fields
506 506
    @type filter_: None or list
......
515 515
  def QueryFields(self, what, fields):
516 516
    """Query for available fields.
517 517

  
518
    @param what: One of L{constants.QR_OP_LUXI}
518
    @param what: One of L{constants.QR_VIA_LUXI}
519 519
    @type fields: None or list of strings
520 520
    @param fields: List of requested fields
521 521
    @rtype: L{objects.QueryFieldsResponse}

Also available in: Unified diff