refactored session.update_node to session.edit_node to match grpc call

This commit is contained in:
bharnden 2019-10-22 20:55:06 -07:00
parent cb81095b64
commit 14d759667c
4 changed files with 5 additions and 5 deletions

View file

@ -722,9 +722,9 @@ class Session(object):
return node
def update_node(self, node_id, options):
def edit_node(self, node_id, options):
"""
Update node information.
Edit node information.
:param int node_id: id of node to update
:param core.emulator.emudata.NodeOptions options: data to update node with