python-basics-exercises
python-basics-exercises copied to clipboard
Page 325
Original Text However, deeply nested subpackages introduce long dotted module names. You can image how much typing it would take to import a module from a subpackage of a subpackage of a subpackage of a package.
Suggested Edit However, deeply nested subpackages introduce long dotted module names. You can imagine how much typing it would take to import a module from a subpackage of a subpackage of a subpackage of a package.
The word "imagine" was misspelled as "image."