From dcb8e8292cb64966377553c6a2c2d1945c9da441 Mon Sep 17 00:00:00 2001 From: "huang.zhiping" Date: Fri, 23 Mar 2018 14:08:56 +0800 Subject: [PATCH] Fix typos There are two 'the', delete one of them. Change-Id: I79d2d3394207ee6e23a91b25f94f6b55ae863ac7 --- ironic/objects/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/objects/node.py b/ironic/objects/node.py index fd0a452be2..3554e45618 100644 --- a/ironic/objects/node.py +++ b/ironic/objects/node.py @@ -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