https://github.com/python/cpython/commit/134b4f2fd18118be0b379219608051f9b7e6d84c
commit: 134b4f2fd18118be0b379219608051f9b7e6d84c
branch: 3.13
author: Tan Long <[email protected]>
committer: encukou <[email protected]>
date: 2025-10-16T20:10:31+02:00
summary:
[3.13] Remove duplicate words in the documentation (GH-140221) (GH-140226)
(cherry picked from commit 2ebd0cdb16a8824957ea588e1aab0a35d45e6b7b)
files:
M Doc/library/importlib.rst
M Doc/library/stdtypes.rst
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 4402af1393555a..e3006abec91d21 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -1251,7 +1251,7 @@ find and load modules.
To accommodate this requirement, when running on iOS, extension module
binaries are *not* packaged as ``.so`` files on ``sys.path``, but as
individual standalone frameworks. To discover those frameworks, this loader
- is be registered against the ``.fwork`` file extension, with a ``.fwork``
+ is registered against the ``.fwork`` file extension, with a ``.fwork``
file acting as a placeholder in the original location of the binary on
``sys.path``. The ``.fwork`` file contains the path of the actual binary in
the ``Frameworks`` folder, relative to the app bundle. To allow for
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 35791ffd8b08aa..950c18cdbcafa2 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -5743,7 +5743,7 @@ It is written as ``None``.
The Ellipsis Object
-------------------
-This object is commonly used used to indicate that something is omitted.
+This object is commonly used to indicate that something is omitted.
It supports no special operations. There is exactly one ellipsis object, named
:const:`Ellipsis` (a built-in name). ``type(Ellipsis)()`` produces the
:const:`Ellipsis` singleton.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]