[processing] fix docstring

This commit is contained in:
Alexander Bruy 2014-02-07 15:57:14 +02:00
parent 148012f884
commit cedc22ff43

View File

@ -70,7 +70,7 @@ class OutputTable(Output):
result of the algorithm. Use this to transparently handle
output values instead of creating your own method.
@param fields a list of QgsField
@param fields a list of field titles
@return writer instance of the table writer class
"""