Skip to content

Commit 4cd35ce

Browse files
izabelakowalauvipy
authored andcommitted
Fix typo in docs (#583)
1 parent fb670fa commit 4cd35ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cookbook/unit-testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Then we can put the tests in a ``tests.py`` somewhere:
7171
self.assertEqual([task_state.result for task_state
7272
in TaskState.objects.all()], [16, 8])
7373
74-
This test assumes that you put your example ``add`` task in ``maypp.tasks``
74+
This test assumes that you put your example ``add`` task in ``myapp.tasks``
7575
so adjust the import for wherever you put the class.
7676

7777
If you're going to use

0 commit comments

Comments
 (0)