Remove redundant word

Remove the redundant word 'the' in config.py

Change-Id: I3e9cb6390ce196f0a9022aef10f6c7b1ace36c48
This commit is contained in:
chenxiangui 2018-06-19 17:57:34 +08:00
parent e210f79500
commit c809160906
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def recurse_config(config, parent_base=None):
else:
this['name'] = values['name']
# Go through the the values dictionary. Either this is a "plugin"
# Go through the values dictionary. Either this is a "plugin"
# key that needs to be recursed, or it is a value that is part of
# this config entry.
for nk, nv in values.items():