Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix docs
  • Loading branch information
m-kuhn committed Jul 2, 2018
1 parent 8df9438 commit a1b6a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/additions/qgsfunction.py
Expand Up @@ -51,7 +51,7 @@ def myfunc(values, *args):
:param arg_count:
:param group:
:param usesgeometry:
:param handlesnull: Needs to be set to True if this function has does not always return NULL if any parameter is NULL. Default False.
:param handlesnull: Needs to be set to True if this function does not always return NULL if any parameter is NULL. Default False.
:return:
"""

Expand Down

0 comments on commit a1b6a2c

Please sign in to comment.