From f231baee77681e7d01081e58c2e96c9e5c1daf68 Mon Sep 17 00:00:00 2001 From: zhangdebo Date: Wed, 23 May 2018 16:48:48 +0800 Subject: [PATCH] Replace Chinese quotes with English quotes Change-Id: I79afa2e05932e152eda46f91c20fb750234224d2 --- doc/source/development/testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/development/testing.rst b/doc/source/development/testing.rst index a89e0b707..fee94d0f5 100644 --- a/doc/source/development/testing.rst +++ b/doc/source/development/testing.rst @@ -38,7 +38,7 @@ install the ``python-tox`` package. Otherwise install this on all distros:: sudo pip install -U tox -You may need to explicitly upgrade ``virtualenv`` if you’ve installed the one from +You may need to explicitly upgrade ``virtualenv`` if you've installed the one from your OS distribution and it is too old (tox will complain). You can upgrade it individually, if you need to:: @@ -47,7 +47,7 @@ individually, if you need to:: Running Unit Tests Locally ========================== -If you haven’t already, the kayobe source code should be pulled directly from +If you haven't already, the kayobe source code should be pulled directly from git:: # from your home or source directory