Fix pip cache docstring to render correctly in docs

This commit is contained in:
Devesh Kumar Singh 2020-05-23 19:27:32 +05:30
parent 642fb07337
commit 99660b8d86
2 changed files with 6 additions and 6 deletions

View File

@ -24,13 +24,13 @@ class CacheCommand(Command):
Subcommands:
dir: Show the cache directory.
info: Show information about the cache.
list: List filenames of packages stored in the cache.
remove: Remove one or more package from the cache.
purge: Remove all items from the cache.
- dir: Show the cache directory.
- info: Show information about the cache.
- list: List filenames of packages stored in the cache.
- remove: Remove one or more package 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