Commit 3e5c4a7c authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008)

(cherry picked from commit ee0309f3)
Co-authored-by: default avatarUtkarsh Gupta <guptautkarsh2102@gmail.com>
parent be6cbfb7
......@@ -518,7 +518,7 @@ Although certain modules are designed to export only names that follow certain
patterns when you use ``import *``, it is still considered bad practice in
production code.
Remember, there is nothing wrong with using ``from Package import
Remember, there is nothing wrong with using ``from package import
specific_submodule``! In fact, this is the recommended notation unless the
importing module needs to use submodules with the same name from different
packages.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment