Fix a typo in opts.py

Removed redundant 'the'

Change-Id: I4e72aeb4580ef197a9fd214b26879408e5a63a9e
This commit is contained in:
melissaml 2016-10-13 10:26:41 +08:00
parent 8185d4ffe9
commit 729e4cd846
1 changed files with 1 additions and 1 deletions

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)