Skip to content

Commit f734db6

Browse files
committed
Remove unnecessary diff and overflow
1 parent 6df9baf commit f734db6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/tutorial/modules.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,8 @@ as the main module of a Python application must always use absolute imports.
585585
Packages in Multiple Directories
586586
--------------------------------
587587

588-
All packages have a special attribute :attr:`__path__`. This is initialized to be a list containing the name of the directory holding the
588+
All packages have a special attribute :attr:`__path__`. This is
589+
initialized to be a list containing the name of the directory holding the
589590
package's :file:`__init__.py` before the code in that file is executed. This
590591
variable can be modified; doing so affects future searches for modules and
591592
subpackages contained in the package.

0 commit comments

Comments
 (0)