Merge "Fix a typo in opts.py"

This commit is contained in:
Jenkins 2016-10-13 21:00:19 +00:00 committed by Gerrit Code Review
commit 04ea2a8181

View File

@ -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)