'not' is very important here
This commit is contained in:
parent
b8fd26256e
commit
7dcbf900ac
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue