From 8c2d37de3271c6767f14ede0b6b607b577942d60 Mon Sep 17 00:00:00 2001 From: Bart Gryszko Date: Thu, 11 Feb 2016 11:52:44 +0100 Subject: [PATCH] Typo in tutorial --- docs/pages/docs/django/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/django/tutorial.md b/docs/pages/docs/django/tutorial.md index 76ee6ead..a6c1f27d 100644 --- a/docs/pages/docs/django/tutorial.md +++ b/docs/pages/docs/django/tutorial.md @@ -133,7 +133,7 @@ The filtering functionality is provided by for details on the format for `filter_fields`. Note that the above `Query` class is marked as 'abstract'. This is because we -want will now create a project-level query which will combine all our app-level +will now create a project-level query which will combine all our app-level queries. Create the parent project-level `cookbook/schema.py`: