Merge "Modify a description of the parameters to function."

This commit is contained in:
Jenkins 2017-07-20 09:15:49 +00:00 committed by Gerrit Code Review
commit 9625e6457b
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class Node(object):
"""Construct a node from node object.
@param context: the context used for DB operations;
@param node: a node object that contains all fields;
@param obj: a node object that contains all fields;
"""
kwargs = {
'id': obj.id,