Skip to content

Commit de5240e

Browse files
authored
Update Lecture-1-Introduction-to-Python-Programming.ipynb
1 parent 0cb3395 commit de5240e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lecture-1-Introduction-to-Python-Programming.ipynb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
"cell_type": "markdown",
274274
"metadata": {},
275275
"source": [
276-
"Alternatively, we can chose to import all symbols (functions and variables) in a module to the current namespace so that we don't need to use the prefix \"`math.`\" every time we use something from the `math` module:"
276+
"Alternatively, we can choose to import all symbols (functions and variables) in a module to the current namespace so that we don't need to use the prefix \"`math.`\" every time we use something from the `math` module:"
277277
]
278278
},
279279
{

0 commit comments

Comments
 (0)