Skip to content

Commit b925981

Browse files
author
Greg Wilson
committed
Merge pull request #105 from hardbyte/patch-1
Minor typo: lead -> load
2 parents 087585e + 0bd003e commit b925981

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)