Skip to content

Commit 0e43902

Browse files
authored
Merge pull request yidao620c#232 from sdygt/patch-1
Typo `picle` -> `pickle`
2 parents a399663 + 055b0d8 commit 0e43902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c05/p21_serializing_python_objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
s = pickle.dumps(data)
2828
29-
为了从字节流中恢复一个对象,使用 ``picle.load()`` 或 ``pickle.loads()`` 函数。比如:
29+
为了从字节流中恢复一个对象,使用 ``pickle.load()`` 或 ``pickle.loads()`` 函数。比如:
3030

3131
.. code-block:: python
3232

0 commit comments

Comments
 (0)