diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-10 05:38:25 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-10 05:38:25 (GMT) |
commit | b7880b067bf06478ab6199e32afe7519c0546851 (patch) | |
tree | 87ce768714c82cd7c6c2c3fd2ee0fca117e82e3e /Doc/tutorial | |
parent | 2fed8cd6f0f8c1708cc266c7c425a09a1be4b554 (diff) | |
parent | 898573a734bd24716468faf2b99e47d3676c0c03 (diff) | |
download | cpython-b7880b067bf06478ab6199e32afe7519c0546851.zip cpython-b7880b067bf06478ab6199e32afe7519c0546851.tar.gz cpython-b7880b067bf06478ab6199e32afe7519c0546851.tar.bz2 |
Issue #28820: Merge spelling fixes from 3.5
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/modules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index 35db305..1e3d5c0 100644 --- a/Doc/tutorial/modules.rst +++ b/Doc/tutorial/modules.rst @@ -501,7 +501,7 @@ when the ``from...import`` statement is executed. (This also works when ``__all__`` is defined.) Although certain modules are designed to export only names that follow certain -patterns when you use ``import *``, it is still considered bad practise in +patterns when you use ``import *``, it is still considered bad practice in production code. Remember, there is nothing wrong with using ``from Package import |