mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typo.
This commit is contained in:
parent
e5b99f0fb3
commit
5aa580f279
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ general :mod:`pickle` should always be the preferred way to serialize Python
|
|||
objects. :mod:`marshal` exists primarily to support Python's :file:`.pyc`
|
||||
files.
|
||||
|
||||
The :mod:`pickle` module differs from :mod:`marshal` several significant ways:
|
||||
The :mod:`pickle` module differs from :mod:`marshal` in several significant ways:
|
||||
|
||||
* The :mod:`pickle` module keeps track of the objects it has already serialized,
|
||||
so that later references to the same object won't be serialized again.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue