File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5743,7 +5743,7 @@ It is written as ``None``.
57435743The 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.
57475747It 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.
You can’t perform that action at this time.
0 commit comments