Skip to content

Commit 3e5c4a7

Browse files
closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008)
(cherry picked from commit ee0309f) Co-authored-by: Utkarsh Gupta <guptautkarsh2102@gmail.com>
1 parent be6cbfb commit 3e5c4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ Although certain modules are designed to export only names that follow certain
518518
patterns when you use ``import *``, it is still considered bad practice in
519519
production code.
520520

521-
Remember, there is nothing wrong with using ``from Package import
521+
Remember, there is nothing wrong with using ``from package import
522522
specific_submodule``! In fact, this is the recommended notation unless the
523523
importing module needs to use submodules with the same name from different
524524
packages.

0 commit comments

Comments
 (0)