From b4c94681c85fa569bca9463eafdc626522f6f4d8 Mon Sep 17 00:00:00 2001 From: Juda Kaleta Date: Wed, 7 May 2014 22:44:17 +0200 Subject: [PATCH] Fix spelling in docs --- docs/development/testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/testing.rst b/docs/development/testing.rst index 4dbd2c3..fa21d58 100644 --- a/docs/development/testing.rst +++ b/docs/development/testing.rst @@ -5,7 +5,7 @@ Requirements ------------ The library needs ``Django`` and ``requests`` and ``nose``, ``mock``, -``south`` and ``textfixtures`` libraries to run tests. +``south`` and ``testfixtures`` libraries to run tests. :: @@ -14,7 +14,7 @@ The library needs ``Django`` and ``requests`` and ``nose``, ``mock``, pip install nose pip install mock pip install south - pip install textfixtures + pip install testfixtures Running tests