Skip to content

Commit a1b6a2c

Browse files
committedJul 2, 2018
Fix docs
1 parent 8df9438 commit a1b6a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/additions/qgsfunction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def myfunc(values, *args):
5151
:param arg_count:
5252
:param group:
5353
:param usesgeometry:
54-
:param handlesnull: Needs to be set to True if this function has does not always return NULL if any parameter is NULL. Default False.
54+
:param handlesnull: Needs to be set to True if this function does not always return NULL if any parameter is NULL. Default False.
5555
:return:
5656
"""
5757

0 commit comments

Comments
 (0)