From 82aad56e62979cfa50f4032fef65a045400ad3b2 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Tue, 22 Mar 2016 10:25:01 -0400 Subject: [PATCH] fix typo on testing.rst page --- docs/en_us/internal/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_us/internal/testing.rst b/docs/en_us/internal/testing.rst index 435b91059b..24b8f56d37 100644 --- a/docs/en_us/internal/testing.rst +++ b/docs/en_us/internal/testing.rst @@ -399,7 +399,7 @@ common/test/acceptance/tests. This is another example. paver test_bokchoy -t studio/test_studio_bad_data.py -To run a single test faster by not repeating setup tasks us the ``--fasttest`` option. +To run a single test faster by not repeating setup tasks use the ``--fasttest`` option. ::