Skip to content

Commit c25c404

Browse files
committed
[3.13] Remove duplicate words in the documentation (GH-140221)
(cherry picked from commit 2ebd0cd) Co-authored-by: Tan Long <[email protected]>
1 parent 426fa77 commit c25c404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ find and load modules.
12511251
To accommodate this requirement, when running on iOS, extension module
12521252
binaries are *not* packaged as ``.so`` files on ``sys.path``, but as
12531253
individual standalone frameworks. To discover those frameworks, this loader
1254-
is be registered against the ``.fwork`` file extension, with a ``.fwork``
1254+
is registered against the ``.fwork`` file extension, with a ``.fwork``
12551255
file acting as a placeholder in the original location of the binary on
12561256
``sys.path``. The ``.fwork`` file contains the path of the actual binary in
12571257
the ``Frameworks`` folder, relative to the app bundle. To allow for

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5743,7 +5743,7 @@ It is written as ``None``.
57435743
The Ellipsis Object
57445744
-------------------
57455745

5746-
This object is commonly used used to indicate that something is omitted.
5746+
This object is commonly used to indicate that something is omitted.
57475747
It supports no special operations. There is exactly one ellipsis object, named
57485748
:const:`Ellipsis` (a built-in name). ``type(Ellipsis)()`` produces the
57495749
:const:`Ellipsis` singleton.

0 commit comments

Comments
 (0)