From 8a2f7b7c9b2c8da33d692cc828a99f84e03d018e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Mon, 24 May 2021 11:39:38 +0200 Subject: [PATCH] man: we is OK too -> which is OK too (#19708) --- man/90-rearrange-path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/90-rearrange-path.py b/man/90-rearrange-path.py index 7537d5e915..70ee982d47 100755 --- a/man/90-rearrange-path.py +++ b/man/90-rearrange-path.py @@ -34,7 +34,7 @@ def rearrange_bin_sbin(path): if __name__ == '__main__': path = os.environ['PATH'] # This should be always set. - # If it's not, we'll just crash, we is OK too. + # If it's not, we'll just crash, which is OK too. new = rearrange_bin_sbin(path) if new != path: print('PATH={}'.format(new))