We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df9baf commit f734db6Copy full SHA for f734db6
1 file changed
Doc/tutorial/modules.rst
@@ -585,7 +585,8 @@ as the main module of a Python application must always use absolute imports.
585
Packages in Multiple Directories
586
--------------------------------
587
588
-All packages have a special attribute :attr:`__path__`. This is initialized to be a list containing the name of the directory holding the
+All packages have a special attribute :attr:`__path__`. This is
589
+initialized to be a list containing the name of the directory holding the
590
package's :file:`__init__.py` before the code in that file is executed. This
591
variable can be modified; doing so affects future searches for modules and
592
subpackages contained in the package.
0 commit comments