mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
#8642: fix wrong function name.
This commit is contained in:
parent
72b1977221
commit
c630195784
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue