From 7dcbf900ace3d2cee1d6686f5c81d07c4531a423 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 6 Jul 2015 11:28:07 -0500 Subject: [PATCH] '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 ab43c641b1d..0f48cb188f9 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.