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 3aa4b83 commit 6df9bafCopy full SHA for 6df9baf
1 file changed
Doc/tutorial/modules.rst
@@ -585,8 +585,7 @@ as the main module of a Python application must always use absolute imports.
585
Packages in Multiple Directories
586
--------------------------------
587
588
-Packages support one more special attribute, :attr:`__path__`. This is
589
-initialized to be a list containing the name of the directory holding the
+All packages have a special attribute :attr:`__path__`. This is 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