Skip to content

Commit bbf83e3

Browse files
author
slambits182
committed
fixed typo
1 parent 290f187 commit bbf83e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part-3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
"source": [
337337
"Modules are used to make a programmer's life easier. A module is used to group functions, variables, and other things together in an understandable bundle.\n",
338338
"\n",
339-
"Python comes with lots of modules built-in. For example there's a random module for generating randomnes. Let's import it so we can use some of its functions:"
339+
"Python comes with lots of modules built-in. For example there's a random module for generating random numbers. Let's import it so we can use some of its functions:"
340340
]
341341
},
342342
{

0 commit comments

Comments
 (0)