Fix typos

There are two 'the', delete one of them.

Change-Id: I79d2d3394207ee6e23a91b25f94f6b55ae863ac7
This commit is contained in:
huang.zhiping 2018-03-23 14:08:56 +08:00
parent 4361e2f97f
commit dcb8e8292c
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ class Node(base.IronicObject, object_base.VersionedObjectDictCompat):
:raises: BadRequest if fields contains a traits that are not None.
"""
if 'traits' in fields:
# NOTE(mgoddard): Traits should be updated via the the node
# NOTE(mgoddard): Traits should be updated via the node
# object's traits field, which is itself an object. We shouldn't
# get here with changes to traits, as this should be handled by the
# API. When services are pinned to Pike, we can get here with