From f9b1a54009455268ef18007e8d55d887c8a7b596 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 23 May 2020 19:32:27 +0530 Subject: [PATCH] Apply suggestion from review comments --- src/pip/_internal/commands/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pip/_internal/commands/cache.py b/src/pip/_internal/commands/cache.py index 5de19a16e..209614ff6 100644 --- a/src/pip/_internal/commands/cache.py +++ b/src/pip/_internal/commands/cache.py @@ -30,7 +30,7 @@ class CacheCommand(Command): - remove: Remove one or more package from the cache. - purge: Remove all items from the cache. - can be a glob expression or a package name. + ```` can be a glob expression or a package name. """ ignore_require_venv = True