diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2015-10-31 11:48:53 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-31 11:48:53 +0000 |
| commit | 1f1177d69a21805c374b6b4cfce9f9f76bceb822 (patch) | |
| tree | 14d59076b529affba00fd59610399131db4d1dc7 /Doc/whatsnew | |
| parent | 3e8a7ad7fc6224f8cae7d1c43d676d2093442611 (diff) | |
| download | cpython-git-1f1177d69a21805c374b6b4cfce9f9f76bceb822.tar.gz | |
Fix some spelling errors in documentation and code comments
Diffstat (limited to 'Doc/whatsnew')
| -rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 7faea32191..7d9bc0d8af 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -2076,7 +2076,7 @@ using ``-Wd``). Deprecations in the Python API ------------------------------ -* As mentioned in :ref:`whatsnew-pep-451`, a number of :mod:`importilb` +* As mentioned in :ref:`whatsnew-pep-451`, a number of :mod:`importlib` methods and functions are deprecated: :meth:`importlib.find_loader` is replaced by :func:`importlib.util.find_spec`; :meth:`importlib.machinery.PathFinder.find_module` is replaced by |
