mirror of https://github.com/python/cpython.git
#8642: fix wrong function name.
This commit is contained in:
parent
72b1977221
commit
c630195784
|
@ -223,7 +223,7 @@ Basic Usage
|
|||
specified. Encodings that are not ASCII based (such as UCS-2) are not
|
||||
allowed and should be decoded to :class:`unicode` first.
|
||||
|
||||
The other arguments have the same meaning as in :func:`dump`.
|
||||
The other arguments have the same meaning as in :func:`load`.
|
||||
|
||||
|
||||
Encoders and decoders
|
||||
|
|
Loading…
Reference in New Issue