From 3f7a182f2aa6e94603112dc817ceda5ca448dac0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 12:39:54 -0400 Subject: [PATCH] there we go Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 5ed10e1d..6294f249 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -412,7 +412,7 @@ and external testing:: -------------------------------- ``Pipfile.lock`` takes advantage of some great new security improvements in ``pip``. -By default, the ``Pipfile.lock`` will be generated with a sha256 hash of each downloaded +By default, the ``Pipfile.lock`` will be generated with the sha256 hashes of each downloaded package. This will allow ``pip`` to guarantee you're installing what you intend to when on a compromised network, or downloading dependencies from an untrusted PyPI endpoint.