File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1252,7 +1252,7 @@ find and load modules.
1252
1252
be only a single binary per framework, and there can be no executable binary
1253
1253
material outside the Frameworks folder.
1254
1254
1255
- To accomodate this requirement, when running on iOS, extension module
1255
+ To accommodate this requirement, when running on iOS, extension module
1256
1256
binaries are *not * packaged as ``.so `` files on ``sys.path ``, but as
1257
1257
individual standalone frameworks. To discover those frameworks, this loader
1258
1258
is be registered against the ``.fwork `` file extension, with a ``.fwork ``
@@ -1279,7 +1279,7 @@ find and load modules.
1279
1279
1280
1280
When a module is loaded with this loader, the ``__file__ `` for the module
1281
1281
will report as the location of the ``.fwork `` file. This allows code to use
1282
- the ``__file__ `` of a module as an anchor for file system traveral .
1282
+ the ``__file__ `` of a module as an anchor for file system traversal .
1283
1283
However, the spec origin will reference the location of the *actual * binary
1284
1284
in the ``.framework `` folder.
1285
1285
Original file line number Diff line number Diff line change @@ -1204,7 +1204,7 @@ functions.
1204
1204
most programs will want to carefully and explicitly control the logging
1205
1205
configuration, and should therefore prefer creating a module-level logger and
1206
1206
calling :meth: `Logger.debug ` (or other level-specific methods) on it, as
1207
- described at the beginnning of this documentation.
1207
+ described at the beginning of this documentation.
1208
1208
1209
1209
1210
1210
.. function :: info(msg, *args, **kwargs)
You can’t perform that action at this time.
0 commit comments