소스 검색

[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 년 전
부모
커밋
6cbc03847f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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