]> 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 ab43c641b1d7ea7f00c3d8ae1ac8938160e228c5..0f48cb188f9c0c82a105b467d2396b6ccf3812d3 100644 (file)
@@ -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.