diff options
| author | Ellen Marie Dash <me@duckie.co> | 2020-01-13 17:53:16 -0500 |
|---|---|---|
| committer | Ellen Marie Dash <me@duckie.co> | 2020-04-01 16:54:42 -0400 |
| commit | 2d978309a2f439fe8b9cfe9624f6daeccb772005 (patch) | |
| tree | 97629ed46647ba768db7e79d42ed3bfc12d621c6 /docs/html/reference/pip_cache.rst | |
| parent | 554133a90eb9611b3c828b5b65a5f91fc6fe0a01 (diff) | |
| download | pip-2d978309a2f439fe8b9cfe9624f6daeccb772005.tar.gz | |
[commands/cache] Minor clean-up.
- Consistently use singular 'cache' (not plural 'caches').
- Remove unnecessary uses of the word 'currently'.
- Use 'file(s)' instead of 'files', to account for case of only one file.
- Use .format() when appropriate.
- Minor cleanup of `pip cache`-related files in docs/.
Diffstat (limited to 'docs/html/reference/pip_cache.rst')
| -rw-r--r-- | docs/html/reference/pip_cache.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/reference/pip_cache.rst b/docs/html/reference/pip_cache.rst index d56d1b016..8ad99f65c 100644 --- a/docs/html/reference/pip_cache.rst +++ b/docs/html/reference/pip_cache.rst @@ -2,7 +2,7 @@ .. _`pip cache`: pip cache ------------- +--------- .. contents:: |
