From 627b4462520606de1c4304c60b27e2b45dfc15ef Mon Sep 17 00:00:00 2001 From: MapleCCC Date: Thu, 27 May 2021 04:33:49 +0800 Subject: [PATCH] Fix cyclic links in goodpractices.rst --- doc/en/explanation/goodpractices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/explanation/goodpractices.rst b/doc/en/explanation/goodpractices.rst index 186beae58..f66ef5a68 100644 --- a/doc/en/explanation/goodpractices.rst +++ b/doc/en/explanation/goodpractices.rst @@ -240,7 +240,7 @@ tox ------ Once you are done with your work and want to make sure that your actual -package passes all tests you may want to look into `tox`_, the +package passes all tests you may want to look into `tox `_, the virtualenv test automation tool and its `pytest support `_. tox helps you to setup virtualenv environments with pre-defined