Skip to content

Commit 4472c41

Browse files
Update Testing/Python.rst (#4408) (#4411)
(cherry picked from commit fa24440) Co-authored-by: Jasmeet Singh <[email protected]>
1 parent 22ceaad commit 4472c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Tutorials/Intermediate/Testing/Python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Package Setup
1414
setup.py
1515
^^^^^^^^
1616

17-
Your ``setup.py`` must a test dependency on ``pytest`` within the call to ``setup(...)``:
17+
Your ``setup.py`` must have a test dependency on ``pytest`` within the call to ``setup(...)``:
1818

1919
.. code-block:: python
2020

0 commit comments

Comments
 (0)