Kaydet (Commit) 45588c6d authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Serhiy Storchaka

Fix trivial typo in pickle.rst (GH-4955) (#4958)

(cherry picked from commit a8d25a16)
üst 020668b8
...@@ -370,7 +370,7 @@ The :mod:`pickle` module exports two classes, :class:`Pickler` and ...@@ -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 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 *errors* tell pickle how to decode 8-bit string instances pickled by Python
2; these default to 'ASCII' and 'strict', respectively. The *encoding* can 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() .. method:: load()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment