From 7afeaa052bf90f9fabb5ded21f63cc724f1d1180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Sat, 16 Dec 2017 00:03:36 +0100 Subject: [PATCH] Docs: fix typos in example for relay nodes --- docs/relay/nodes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relay/nodes.rst b/docs/relay/nodes.rst index 5d0ea35a..f8601bdf 100644 --- a/docs/relay/nodes.rst +++ b/docs/relay/nodes.rst @@ -55,7 +55,7 @@ Example of a custom node: return '{}:{}'.format(type, id) @staticmethod - def get_node_from_global_id(info global_id, only_type=None): + def get_node_from_global_id(info, global_id, only_node=None): type, id = global_id.split(':') if only_node: # We assure that the node type that we want to retrieve