Skip to content

Commit 8c2d37d

Browse files
committed
Typo in tutorial
1 parent 6853142 commit 8c2d37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/django/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The filtering functionality is provided by
133133
for details on the format for `filter_fields`.
134134

135135
Note that the above `Query` class is marked as 'abstract'. This is because we
136-
want will now create a project-level query which will combine all our app-level
136+
will now create a project-level query which will combine all our app-level
137137
queries.
138138

139139
Create the parent project-level `cookbook/schema.py`:

0 commit comments

Comments
 (0)