From d44913011bcd6990cff8e0a1a261a94068485964 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Tue, 15 Aug 2017 04:12:24 +0200
Subject: [PATCH] Merge pull request #3157 from stevepiercy/1.9-branch

---
 docs/quick_tutorial/view_classes.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/quick_tutorial/view_classes.rst b/docs/quick_tutorial/view_classes.rst
index 05d97a9..49cdcdd 100644
--- a/docs/quick_tutorial/view_classes.rst
+++ b/docs/quick_tutorial/view_classes.rst
@@ -12,7 +12,7 @@
 ==========
 
 So far our views have been simple, free-standing functions. Many times your
-views are related to one another. They may be different ways to look at or work
+views are related to one another. They may consist of different ways to look at or work
 on the same data, or be a REST API that handles multiple operations. Grouping
 these views together as a :ref:`view class <class_as_view>` makes sense:
 

--
Gitblit v1.9.3