]> granicus.if.org Git - python/commitdiff
'not' is very important here
authorBenjamin Peterson <benjamin@python.org>
Mon, 6 Jul 2015 16:28:07 +0000 (11:28 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 6 Jul 2015 16:28:07 +0000 (11:28 -0500)
Doc/library/pickle.rst

index 410a6304afec73ede04833a888f6b148e752ac9d..41be2c4eb60be6379f45efbfe7e0d15d9b13f39f 100644 (file)
@@ -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.