1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Apply suggestion from review comments

This commit is contained in:
Pradyun Gedam 2020-05-23 19:32:27 +05:30 committed by GitHub
parent 99660b8d86
commit f9b1a54009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class CacheCommand(Command):
- remove: Remove one or more package from the cache. - remove: Remove one or more package from the cache.
- purge: Remove all items from the cache. - purge: Remove all items from the cache.
<pattern> can be a glob expression or a package name. ``<pattern>`` can be a glob expression or a package name.
""" """
ignore_require_venv = True ignore_require_venv = True