Commit 5aa580f2 authored by Georg Brandl's avatar Georg Brandl

Fix typo.

parent e5b99f0f
...@@ -42,7 +42,7 @@ general :mod:`pickle` should always be the preferred way to serialize Python ...@@ -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` objects. :mod:`marshal` exists primarily to support Python's :file:`.pyc`
files. 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, * 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. so that later references to the same object won't be serialized again.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment