Skip to content

Commit 0bd003e

Browse files
committed
Minor typo: lead -> load
1 parent 087585e commit 0bd003e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ minutes: 30
1212
Just as a `for` loop is a way to do operations many times,
1313
a list is a way to store many values.
1414
Unlike NumPy arrays,
15-
lists are built into the language (so we don't have to lead a library
15+
lists are built into the language (so we don't have to load a library
1616
to use them).
1717
We create a list by putting values inside square brackets:
1818

0 commit comments

Comments
 (0)