Steve Piercy
2017-08-15 48f9acb7f7e23a3b9d8c3f76a126046085b472d4
Merge pull request #3158 from stevepiercy/1.8-branch

Update wording on tutorial page
1 files modified
2 ■■■ changed files
docs/quick_tutorial/view_classes.rst 2 ●●● patch | view | raw | blame | history
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: