Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8d25a1

Browse files
smopucilowskiserhiy-storchaka
authored andcommitted
Fix trivial typo in pickle.rst (#4955)
1 parent 09dc2f5 commit a8d25a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/pickle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ The :mod:`pickle` module exports two classes, :class:`Pickler` and
370370
Python 2 names to the new names used in Python 3. The *encoding* and
371371
*errors* tell pickle how to decode 8-bit string instances pickled by Python
372372
2; these default to 'ASCII' and 'strict', respectively. The *encoding* can
373-
be 'bytes' to read these ß8-bit string instances as bytes objects.
373+
be 'bytes' to read these 8-bit string instances as bytes objects.
374374

375375
.. method:: load()
376376

0 commit comments

Comments
 (0)