From 8d2ade7437053b38e2a41ed56e3e30125639c032 Mon Sep 17 00:00:00 2001 From: Nate Eagleson Date: Tue, 5 Dec 2023 15:59:09 -0500 Subject: [PATCH] Fix minor grammar error in comparisons.md (#1137) --- docs/comparisons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/comparisons.md b/docs/comparisons.md index 39787d68e1..e1096d6387 100644 --- a/docs/comparisons.md +++ b/docs/comparisons.md @@ -40,7 +40,7 @@ interpreter: `pipx install black --python=python3.7` where python3.7 was install - pipx and pipsi both install packages in a similar way - pipx is under active development. pipsi is no longer maintained. - pipx always makes sure you're using the latest version of pip -- pipx has the ability to run a app in one line, leaving your system unchanged after it finishes (`pipx run APP`) where +- pipx has the ability to run an app in one line, leaving your system unchanged after it finishes (`pipx run APP`) where pipsi does not - pipx has the ability to recursively install binaries from dependent packages - pipx adds more useful information to its output