From f38560f346a00a8cccee303f3b31009bff683395 Mon Sep 17 00:00:00 2001 From: JarUrb Date: Wed, 8 Jun 2016 23:44:23 +0200 Subject: [PATCH] Fixed typo in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 62f4010e..6af59c80 100644 --- a/README.rst +++ b/README.rst @@ -277,7 +277,7 @@ For an easier testing process, you can run a worker synchronously this way: .. code-block:: python - from django.test impor TestCase + from django.test import TestCase from django_rq import get_worker class MyTest(TestCase):