From 07815fd76a08d1c8f7fa2d0bdb548c9394b639a2 Mon Sep 17 00:00:00 2001 From: Diego Ramirez Date: Fri, 11 Mar 2022 09:04:12 -0600 Subject: [PATCH] Fix a small typo in the docs (a)abort (aabort?) -> (a)bort (abort) --- docs/html/cli/pip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/cli/pip.rst b/docs/html/cli/pip.rst index 77aac009f..2c42174ea 100644 --- a/docs/html/cli/pip.rst +++ b/docs/html/cli/pip.rst @@ -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.