Skip to content

Commit

Permalink
fix another bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Jan 13, 2025
1 parent 4ed6195 commit bf1a5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/nx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
" add_node_to_edge(G, e, n)\n",
" for record in data[\"nodes\"]:\n",
" n = record[\"node\"]\n",
" attrs = record[\"attr\"]\n",
" attrs = record[\"attrs\"]\n",
" add_attrs(G, n, attrs)\n",
" return G\n",
"\n",
Expand Down

0 comments on commit bf1a5b5

Please sign in to comment.