summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-07-06 16:28:07 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-07-06 16:28:07 (GMT)
commit26040e87d1af23e2c0bf1a63016b39a161c08803 (patch)
tree1aa974560f45ebb0576c2dcfc034191133be8a07 /Doc
parent678e7a90809c713c1cb50e71e2ad2d785cea2bf6 (diff)
downloadcpython-26040e87d1af23e2c0bf1a63016b39a161c08803.zip
cpython-26040e87d1af23e2c0bf1a63016b39a161c08803.tar.gz
cpython-26040e87d1af23e2c0bf1a63016b39a161c08803.tar.bz2
'not' is very important here
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/pickle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst
index 410a630..41be2c4 100644
--- a/Doc/library/pickle.rst
+++ b/Doc/library/pickle.rst
@@ -27,7 +27,7 @@ This documentation describes both the :mod:`pickle` module and the
.. warning::
- The :mod:`pickle` module is secure against erroneous or maliciously
+ The :mod:`pickle` module is not secure against erroneous or maliciously
constructed data. Never unpickle data received from an untrusted or
unauthenticated source.