From 26040e87d1af23e2c0bf1a63016b39a161c08803 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 6 Jul 2015 11:28:07 -0500 Subject: 'not' is very important here --- Doc/library/pickle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12