Closed
Description
On page https://docs.python.org/3/tutorial/modules.html , the sentence
This would mean that from sound.effects import * would import the three named submodules of the sound package.
should be
This would mean that from sound.effects import * would import the three named submodules of the sound.effects package.