Skip to content

Commit 90dd72b

Browse files
committed
Merge pull request #115 from bgryszko/patch-1
Typo in tutorial
2 parents 6853142 + 8c2d37d commit 90dd72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/django/tutorial.md

+1-1
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)