Skip to content

Commit

Permalink
Merge pull request #169 from JarUrb/master
Browse files Browse the repository at this point in the history
Fixed typo in README.rst
  • Loading branch information
selwin committed Jun 9, 2016
2 parents 755d972 + f38560f commit 5873bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5873bac

Please sign in to comment.