浏览代码

[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