Skip to content

Commit 3189e52

Browse files
committed
Docs: fix typos in documentation
1 parent 2f4db5a commit 3189e52

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Doc/library/bz2.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Using :func:`compress` and :func:`decompress` to demonstrate round-trip compress
324324
... Donec rhoncus quis sapien sit amet molestie. Fusce scelerisque vel augue
325325
... nec ullamcorper. Nam rutrum pretium placerat. Aliquam vel tristique lorem,
326326
... sit amet cursus ante. In interdum laoreet mi, sit amet ultrices purus
327-
... pulvinar a. Nam gravida euismod magna, non varius justo tincidunt feugiat.
327+
... pulvinar a. Nam gravida euismod magna, non various justo tincidunt feugiat.
328328
... Aliquam pharetra lacus non risus vehicula rutrum. Maecenas aliquam leo
329329
... felis. Pellentesque semper nunc sit amet nibh ullamcorper, ac elementum
330330
... dolor luctus. Curabitur lacinia mi ornare consectetur vestibulum."""
@@ -364,7 +364,7 @@ Writing and reading a bzip2-compressed file in binary mode:
364364
... Donec rhoncus quis sapien sit amet molestie. Fusce scelerisque vel augue
365365
... nec ullamcorper. Nam rutrum pretium placerat. Aliquam vel tristique lorem,
366366
... sit amet cursus ante. In interdum laoreet mi, sit amet ultrices purus
367-
... pulvinar a. Nam gravida euismod magna, non varius justo tincidunt feugiat.
367+
... pulvinar a. Nam gravida euismod magna, non various justo tincidunt feugiat.
368368
... Aliquam pharetra lacus non risus vehicula rutrum. Maecenas aliquam leo
369369
... felis. Pellentesque semper nunc sit amet nibh ullamcorper, ac elementum
370370
... dolor luctus. Curabitur lacinia mi ornare consectetur vestibulum."""

Doc/library/importlib.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ find and load modules.
12521252
be only a single binary per framework, and there can be no executable binary
12531253
material outside the Frameworks folder.
12541254

1255-
To accomodate this requirement, when running on iOS, extension module
1255+
To accommodate this requirement, when running on iOS, extension module
12561256
binaries are *not* packaged as ``.so`` files on ``sys.path``, but as
12571257
individual standalone frameworks. To discover those frameworks, this loader
12581258
is be registered against the ``.fwork`` file extension, with a ``.fwork``
@@ -1279,7 +1279,7 @@ find and load modules.
12791279

12801280
When a module is loaded with this loader, the ``__file__`` for the module
12811281
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.
12831283
However, the spec origin will reference the location of the *actual* binary
12841284
in the ``.framework`` folder.
12851285

Doc/library/logging.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ functions.
12041204
most programs will want to carefully and explicitly control the logging
12051205
configuration, and should therefore prefer creating a module-level logger and
12061206
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.
12081208

12091209

12101210
.. function:: info(msg, *args, **kwargs)

0 commit comments

Comments
 (0)