Skip to content

Commit d278062

Browse files
authored
fix typo (#8069)
1 parent d59a499 commit d278062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/_argcomplete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
uses a python program to determine startup script generated by pip.
2727
You can speed up completion somewhat by changing this script to include
2828
# PYTHON_ARGCOMPLETE_OK
29-
so the the python-argcomplete-check-easy-install-script does not
29+
so the python-argcomplete-check-easy-install-script does not
3030
need to be called to find the entry point of the code and see if that is
3131
marked with PYTHON_ARGCOMPLETE_OK.
3232

0 commit comments

Comments
 (0)