Skip to content

Commit f38560f

Browse files
committed
Fixed typo in README.rst
1 parent 755d972 commit f38560f

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)