From 93cb68e3081aed10f2fdb4a8458a8347b522f01c Mon Sep 17 00:00:00 2001 From: Roland van Laar Date: Sat, 20 Jul 2013 09:08:59 +0200 Subject: [PATCH] Fix link to tox documentation. --- docs/writing/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index 492e47a..fdbd671 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -217,7 +217,7 @@ multiple interpreter configurations tox allows you to configure complicated multi-parameter test matrices via a simple ini-style configuration file. - `tox `_ + `tox `_ Unittest2 ---------