Skip to content

Commit 2d1dbe7

Browse files
DelazJnyalldawson
authored andcommittedSep 10, 2018
Add precision to args=-1 usage
1 parent b2e4041 commit 2d1dbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def load_user_expressions(path):
8585
8686
:param args: Defines the number of arguments. With ``args='auto'`` the number of
8787
arguments will automatically be extracted from the signature.
88-
With ``args=-1``, you can pass any number of arguments.
88+
With ``args=-1``, any number of arguments are accepted.
8989
:param group: The name of the group under which this expression function will
9090
be listed.
9191
:param handlesnull: Set this to True if your function has custom handling for NULL values.

0 commit comments

Comments
 (0)
Please sign in to comment.