From 32efef6cfd0785029705579a85a0549c41a6686b Mon Sep 17 00:00:00 2001 From: Kevin Gorham Date: Mon, 10 May 2021 15:54:14 -0400 Subject: [PATCH] Minor typo. --- zcash-core-graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash-core-graph.py b/zcash-core-graph.py index 0ee60c64..dea782fd 100755 --- a/zcash-core-graph.py +++ b/zcash-core-graph.py @@ -161,7 +161,7 @@ def main(): # Fetch the issues within the graph. mapping = download_issues(gapi, dg.nodes) - # Relable the graph + # Relabel the graph dg = nx.relabel_nodes(dg, mapping) # Filter out unknown issues