Browse 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 8 years ago
parent
commit
6cbc03847f
1 changed files with 1 additions and 1 deletions
  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