From a45c8aaf61029bad7fb1e49edc1e8ed811979c94 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 27 Jun 2014 08:45:39 -0400 Subject: [PATCH] Fix error(s) --- Tests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/README.rst b/Tests/README.rst index be6da8722..1eaa4f3a2 100644 --- a/Tests/README.rst +++ b/Tests/README.rst @@ -1,7 +1,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`. +Test scripts are named ``test_xxx.py`` and use the ``unittest`` module. A base class and helper functions can be found in ``helper.py``. Execution ---------