From ef6f30b67402b637aa8fd39c915603815d82fb9b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 2 Mar 2015 09:28:24 +1100 Subject: [PATCH] Fixed typo in Tests README.rst --- Tests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/README.rst b/Tests/README.rst index 6fd770f55..e3f160b09 100644 --- a/Tests/README.rst +++ b/Tests/README.rst @@ -3,7 +3,7 @@ Pillow Tests Test scripts are named ``test_xxx.py`` and use the ``unittest`` module. A base class and helper functions can be found in ``helper.py``. -Depedencies +Dependencies ----------- Install::