mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Fix trivial typo in pickle.rst (GH-4955) (#4958)
(cherry picked from commit a8d25a1645
)
This commit is contained in:
parent
020668b8e1
commit
45588c6dd1
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ The :mod:`pickle` module exports two classes, :class:`Pickler` and
|
|||
Python 2 names to the new names used in Python 3. The *encoding* and
|
||||
*errors* tell pickle how to decode 8-bit string instances pickled by Python
|
||||
2; these default to 'ASCII' and 'strict', respectively. The *encoding* can
|
||||
be 'bytes' to read these ß8-bit string instances as bytes objects.
|
||||
be 'bytes' to read these 8-bit string instances as bytes objects.
|
||||
|
||||
.. method:: load()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue