Fix a typo in opts.py
Removed redundant 'the' Change-Id: I4e72aeb4580ef197a9fd214b26879408e5a63a9e
This commit is contained in:
parent
8185d4ffe9
commit
729e4cd846
@ -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