rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
165 stars 54 forks source link

Module 5 Packages typo fix #54

Closed AFederici closed 5 years ago

AFederici commented 6 years ago

Fixed Typo

Note that the module is still being executed in full, however instead of producing the module-instance my_module, this import statement instead only returns the specified objects that were defined in the module.

davidmascharka commented 5 years ago

This has been addressed.