Skip to content

Commit cedc22f

Browse files
committedFeb 7, 2014
[processing] fix docstring
1 parent 148012f commit cedc22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/outputs/OutputTable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def getTableWriter(self, fields):
7070
result of the algorithm. Use this to transparently handle
7171
output values instead of creating your own method.
7272
73-
@param fields a list of QgsField
73+
@param fields a list of field titles
7474
7575
@return writer instance of the table writer class
7676
"""

0 commit comments

Comments
 (0)
Please sign in to comment.