Skip to content

Commit 5873bac

Browse files
committed
Merge pull request #169 from JarUrb/master
Fixed typo in README.rst
2 parents 755d972 + f38560f commit 5873bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ For an easier testing process, you can run a worker synchronously this way:
277277

278278
.. code-block:: python
279279
280-
from django.test impor TestCase
280+
from django.test import TestCase
281281
from django_rq import get_worker
282282
283283
class MyTest(TestCase):

0 commit comments

Comments
 (0)