Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add precision to args=-1 usage
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 10, 2018
1 parent b2e4041 commit 2d1dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/user.py
Expand Up @@ -85,7 +85,7 @@ def load_user_expressions(path):
:param args: Defines the number of arguments. With ``args='auto'`` the number of
arguments will automatically be extracted from the signature.
With ``args=-1``, you can pass any number of arguments.
With ``args=-1``, any number of arguments are accepted.
:param group: The name of the group under which this expression function will
be listed.
:param handlesnull: Set this to True if your function has custom handling for NULL values.
Expand Down

0 comments on commit 2d1dbe7

Please sign in to comment.