Fix spelling in docs

This commit is contained in:
Juda Kaleta 2014-05-07 22:44:17 +02:00
parent 43a6f22b7a
commit b4c94681c8

View file

@ -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