From d27806295a3a7249839491e82d0b87bdfbf37383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Tue, 24 Nov 2020 22:27:34 +0100 Subject: [PATCH] fix typo (#8069) --- src/_pytest/_argcomplete.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/_argcomplete.py b/src/_pytest/_argcomplete.py index 63deb667d..41d9d9407 100644 --- a/src/_pytest/_argcomplete.py +++ b/src/_pytest/_argcomplete.py @@ -26,7 +26,7 @@ The generic argcomplete script for bash-completion uses a python program to determine startup script generated by pip. You can speed up completion somewhat by changing this script to include # PYTHON_ARGCOMPLETE_OK -so the the python-argcomplete-check-easy-install-script does not +so the python-argcomplete-check-easy-install-script does not need to be called to find the entry point of the code and see if that is marked with PYTHON_ARGCOMPLETE_OK.