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

Fix a small typo in the docs

(a)abort (aabort?) -> (a)bort (abort)
This commit is contained in:
Diego Ramirez 2022-03-11 09:04:12 -06:00 committed by GitHub
parent 4306edf4b1
commit 07815fd76a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ when decision is needed.
Rename the file or checkout to ``{name}{'.bak' * n}``, where n is some number
of ``.bak`` extensions, such that the file didn't exist at some point.
So the most recent backup will be the one with the largest number after ``.bak``.
*(a)abort*
*(a)bort*
Abort pip and return non-zero exit status.