Merge "Remove redundant word"

This commit is contained in:
Zuul 2018-06-22 14:23:47 +00:00 committed by Gerrit Code Review
commit e39adcd65f
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():