Adjust CONTRIBUTING.

This commit is contained in:
Florian Bruhin 2015-04-20 20:09:25 +02:00
parent 7439586334
commit 2a0a2d926e

View File

@ -398,9 +398,6 @@ then automatically checked. Possible values:
* `flag`: The flag to be used, as 1-char string (default: First char of the
long name).
* `name`: The long name to be used, as string (default: Name of the parameter).
* `special`: The string `count` or `win_id` if the parameter should be
auto-filled (with the count given by the user and the window ID the command was
executed in, respectively).
* `nargs`: Gets passed to argparse, see
https://docs.python.org/dev/library/argparse.html#nargs[its documentation].