diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-05-26 08:15:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 08:15:57 (GMT) |
commit | 7f86c769db4a50f54cf5312610da728cfc19fc6d (patch) | |
tree | 49490d3797971aaee2a2b2166cdee8a1ad6657ad /Doc/whatsnew/2.7.rst | |
parent | d4e382ba31735846c00a1d0ecd74aab36347a849 (diff) | |
download | cpython-7f86c769db4a50f54cf5312610da728cfc19fc6d.zip cpython-7f86c769db4a50f54cf5312610da728cfc19fc6d.tar.gz cpython-7f86c769db4a50f54cf5312610da728cfc19fc6d.tar.bz2 |
[3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 63a8e60..585c704 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -1738,7 +1738,7 @@ New module: importlib Python 3.1 includes the :mod:`importlib` package, a re-implementation of the logic underlying Python's :keyword:`import` statement. -:mod:`importlib` is useful for implementors of Python interpreters and +:mod:`importlib` is useful for implementers of Python interpreters and to users who wish to write new importers that can participate in the import process. Python 2.7 doesn't contain the complete :mod:`importlib` package, but instead has a tiny subset that contains |