Merge "Fix a typo in opts.py"
This commit is contained in:
commit
04ea2a8181
@ -49,7 +49,7 @@ class Opt(object):
|
||||
logged in debug output.
|
||||
:param str dest: the name of the argument that will be passed to __init__.
|
||||
This allows you to have a different name in loading than is used by the
|
||||
__init__ function. Defaults to the the value of name.
|
||||
__init__ function. Defaults to the value of name.
|
||||
:param opt: A list of other options that are deprecated in favour of this
|
||||
one. This ensures the old options are still registered.
|
||||
:type opt: list(Opt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user