Fix word duplication in testing instructions (#1829)

This commit is contained in:
Christopher Fenner 2023-07-07 10:07:27 +02:00 committed by GitHub
parent 4f7b8d076b
commit 3d1fec126b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ It might be required that you install additional packages depending on your dist
:::info Important
Run `pytest` & `pre-commit` before you create your pull request to avoid annoying fixes.
`pre-commit` will will be invoked automatically by git when commiting changes.
`pre-commit` will be invoked automatically by git when commiting changes.
:::
:::note