Parcourir la source

[docs] Fixed link to pytest (#3720)

Pointed to https://pypi.python.org/pypi/py.test%20%3Cpytest/
instead of https://pypi.python.org/pypi/pytest/
Michael il y a 8 ans
Parent
commit
6cbc03847f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/contributing.rst

+ 1 - 1
docs/contributing.rst

@@ -474,7 +474,7 @@ dependencies, so install these next:
     $ pip install -U -r requirements/default.txt
 
 After installing the dependencies required, you can now execute
-the test suite by calling :pypi:`py.test <pytest`:
+the test suite by calling :pypi:`py.test <pytest>`:
 
 .. code-block:: console