Fix typo.

This commit is contained in:
Georg Brandl 2010-11-30 14:57:54 +00:00
parent e5b99f0fb3
commit 5aa580f279
1 changed files with 1 additions and 1 deletions

View File

@ -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.