We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ceaad commit 4472c41Copy full SHA for 4472c41
source/Tutorials/Intermediate/Testing/Python.rst
@@ -14,7 +14,7 @@ Package Setup
14
setup.py
15
^^^^^^^^
16
17
-Your ``setup.py`` must a test dependency on ``pytest`` within the call to ``setup(...)``:
+Your ``setup.py`` must have a test dependency on ``pytest`` within the call to ``setup(...)``:
18
19
.. code-block:: python
20
0 commit comments