summaryrefslogtreecommitdiffstats
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)
commit7dcbf900ace3d2cee1d6686f5c81d07c4531a423 (patch)
treee09d1575d5f3560312bb40daa29b5ed524d370e7
parentb8fd26256ec712e0d0ede8cbf5697780fbc641a6 (diff)
downloadcpython-7dcbf900ace3d2cee1d6686f5c81d07c4531a423.zip
cpython-7dcbf900ace3d2cee1d6686f5c81d07c4531a423.tar.gz
cpython-7dcbf900ace3d2cee1d6686f5c81d07c4531a423.tar.bz2
'not' is very important here
-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 ab43c64..0f48cb1 100644
--- a/Doc/library/pickle.rst
+++ b/Doc/library/pickle.rst
@@ -26,7 +26,7 @@ avoid confusion, the terms used here are "pickling" and "unpickling".
.. 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.