From adbf013748419a53094e55529d7ca5cde8f2d651 Mon Sep 17 00:00:00 2001 From: XiaojueGuan Date: Tue, 1 May 2018 14:40:20 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Change-Id: Ib46fce05f4fa5f09ba2149e09b599ffe4b1f09ce --- doc/source/contributor/dev-quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index a11e4dc3..420dfd31 100644 --- a/doc/source/contributor/dev-quickstart.rst +++ b/doc/source/contributor/dev-quickstart.rst @@ -61,7 +61,7 @@ well. Graphviz is only needed for generating the state machine diagram. To install it on openSUSE or SLE 12, see - ``_. + ``_. (Optional) Installing Py34 requirements @@ -171,7 +171,7 @@ name. For example:: You may pass options to the test programs using positional arguments. To run a specific unit test, this passes the -r option and desired test -(regex string) to `os-testr `_:: +(regex string) to `os-testr `_:: # run a specific test for Python 2.7 tox -epy27 -- -r test_name