Skip to content

Commit a40ee72

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

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
@@ -305,7 +305,7 @@
305305
"source": [
306306
"This pattern can be very convenient, but in large programs that include many modules it is often a good idea to keep the symbols from each module in their own namespaces, by using the `import math` pattern. This would eliminate potentially confusing problems with name space collisions.\n",
307307
"\n",
308-
"As a third alternative, we can chose to import only a few selected symbols from a module by explicitly listing which ones we want to import instead of using the wildcard character `*`:"
308+
"As a third alternative, we can choose to import only a few selected symbols from a module by explicitly listing which ones we want to import instead of using the wildcard character `*`:"
309309
]
310310
},
311311
{

0 commit comments

Comments
 (0)