diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:36:22 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:36:22 (GMT) |
commit | d21e0b52f1421e253ecdc583faf5743133cac605 (patch) | |
tree | eba56801810249775eda33388a92bf6d3c8e69e0 /Doc/library/pickle.rst | |
parent | cfad54344f570c1e833d92289ac571da7315b164 (diff) | |
download | cpython-d21e0b52f1421e253ecdc583faf5743133cac605.zip cpython-d21e0b52f1421e253ecdc583faf5743133cac605.tar.gz cpython-d21e0b52f1421e253ecdc583faf5743133cac605.tar.bz2 |
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
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 0f48cb1..25a9240 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 |