diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:44:25 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:44:25 (GMT) |
commit | 84835ab1cb2a8ccfeeb4474d39130d972a3c563d (patch) | |
tree | 20902bead4bcb320b8def5259b3c4f239e9251ba /Doc/library/pickle.rst | |
parent | f26441609310c12826fe4b5bc896aafafa268763 (diff) | |
parent | d21e0b52f1421e253ecdc583faf5743133cac605 (diff) | |
download | cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.zip cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.gz cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.bz2 |
Issue #25161: Merge full stops from 3.4 into 3.5
Diffstat (limited to 'Doc/library/pickle.rst')
-rw-r--r-- | Doc/library/pickle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index a92526f..f862065 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -235,7 +235,7 @@ process more convenient: .. function:: loads(bytes_object, \*, fix_imports=True, encoding="ASCII", errors="strict") Read a pickled object hierarchy from a :class:`bytes` object and return the - reconstituted object hierarchy specified therein + reconstituted object hierarchy specified therein. The protocol version of the pickle is detected automatically, so no protocol argument is needed. Bytes past the pickled object's |