summaryrefslogtreecommitdiffstats
path: root/Doc/library/importlib.rst
diff options
context:
space:
mode:
authorxzmeng <aumo@foxmail.com>2023-08-29 00:14:21 (GMT)
committerGitHub <noreply@github.com>2023-08-29 00:14:21 (GMT)
commit88f1c5b454c34efc167a94b5e2d67ec042834e5b (patch)
tree2421729f63e878985aae4d5ce946d016b06dbe16 /Doc/library/importlib.rst
parent5c68cba268c07bac165834ad5c72448b195327c4 (diff)
downloadcpython-88f1c5b454c34efc167a94b5e2d67ec042834e5b.zip
cpython-88f1c5b454c34efc167a94b5e2d67ec042834e5b.tar.gz
cpython-88f1c5b454c34efc167a94b5e2d67ec042834e5b.tar.bz2
Fix misc doc typos (#108592)
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r--Doc/library/importlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 1d378db..d8cc707 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -1270,7 +1270,7 @@ an :term:`importer`.
You can get the same effect as this function by implementing the
basic interface of multi-phase init (:pep:`489`) and lying about
- support for mulitple interpreters (or per-interpreter GIL).
+ support for multiple interpreters (or per-interpreter GIL).
.. warning::
Using this function to disable the check can lead to