From 01d56cc8a02a5131bc4fb5c5606a6265a9059852 Mon Sep 17 00:00:00 2001 From: Davi Lima Date: Sun, 25 Mar 2018 19:37:55 +0200 Subject: [PATCH] fix typo --- docs/diagnose.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/diagnose.rst b/docs/diagnose.rst index ccf9b9ca..24e0ae55 100644 --- a/docs/diagnose.rst +++ b/docs/diagnose.rst @@ -25,7 +25,7 @@ and try again. If this does not work, try manually deleting the whole cache directory. It is usually one of the following locations: -* ``~/Library/Cache/pipenv`` (macOS) +* ``~/Library/Caches/pipenv`` (macOS) * ``%LOCALAPPDATA%\pipenv\pipenv\Cache`` (Windows) * ``~/.cache/pipenv`` (other operating systems)