Fix a typo in `extdev/testing.rst` (#12765)

This commit is contained in:
nikkie 2024-08-12 01:57:46 +09:00 committed by GitHub
parent df75a67c48
commit c6163ff442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,5 +28,5 @@ Usage
-----
If you want to know more detailed usage,
please refer to :file:`tests/conftest.py`` and other :file:`test_*.py` files
please refer to :file:`tests/conftest.py` and other :file:`test_*.py` files
under the :file:`tests/` directory.