Skip to content

Commit

Permalink
Merge pull request #1 from Deivaprakash56/Deivaprakash56-patch-1
Browse files Browse the repository at this point in the history
Update I. The Graph Data Structures.ipynb
  • Loading branch information
Deivaprakash56 authored Jul 22, 2024
2 parents bc1d0cd + ed000e4 commit 0f778cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I. The Graph Data Structures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
},
"outputs": [],
"source": [
"for n in G.nodes_iter():\n",
"for n in G.nodes():\n",
" if type(n)== str:\n",
" print(n + ' is a string!')\n",
" else:\n",
Expand Down

0 comments on commit 0f778cc

Please sign in to comment.