Merge pull request #9702 from m-tmatma/feature/fix-bash-complete

fix link of argcomplete page.
This commit is contained in:
Ran Benita 2022-02-23 19:30:40 +02:00 committed by GitHub
commit 4778e999a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ How to set up bash completion
=============================
When using bash as your shell, ``pytest`` can use argcomplete
(https://argcomplete.readthedocs.io/) for auto-completion.
(https://kislyuk.github.io/argcomplete/) for auto-completion.
For this ``argcomplete`` needs to be installed **and** enabled.
Install argcomplete using: