mirror of
https://github.com/python/cpython.git
synced 2026-03-25 22:20:46 +00:00
Removed duplicated words in in comments and docs.
This commit is contained in:
commit
83000a490a
16 changed files with 19 additions and 19 deletions
|
|
@ -13,7 +13,7 @@
|
|||
This module provides functions for encoding binary data to printable
|
||||
ASCII characters and decoding such encodings back to binary data.
|
||||
It provides encoding and decoding functions for the encodings specified in
|
||||
in :rfc:`3548`, which defines the Base16, Base32, and Base64 algorithms,
|
||||
:rfc:`3548`, which defines the Base16, Base32, and Base64 algorithms,
|
||||
and for the de-facto standard Ascii85 and Base85 encodings.
|
||||
|
||||
The :rfc:`3548` encodings are suitable for encoding binary data so that it can
|
||||
|
|
|
|||
|
|
@ -1540,7 +1540,7 @@ multiprocessing connections.
|
|||
to override the default behavior of inheriting the ``daemon`` flag from
|
||||
the parent process (:issue:`6064`).
|
||||
|
||||
New attribute attribute :data:`multiprocessing.Process.sentinel` allows a
|
||||
New attribute :data:`multiprocessing.Process.sentinel` allows a
|
||||
program to wait on multiple :class:`~multiprocessing.Process` objects at one
|
||||
time using the appropriate OS primitives (for example, :mod:`select` on
|
||||
posix systems).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue