Skip to content

Commit a0e4f80

Browse files
committed
Fix a typo
1 parent 4464b53 commit a0e4f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1. Create an Array.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"- ```tuple```\n",
2020
"- ```range``` iterator\n",
2121
"\n",
22-
"Notice that not all iterables can be used to create an numpy array, such as ```set``` and ```dict```"
22+
"Notice that not all iterables can be used to create a numpy array, such as ```set``` and ```dict```"
2323
]
2424
},
2525
{

0 commit comments

Comments
 (0)