diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-12-09 15:52:28 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-09 15:52:28 -0800 |
| commit | 948b692469cdcaeb38f37982f0810954c545b920 (patch) | |
| tree | 59934a1b8f1c593c1a7ac2fbcd5c6faf2e9692a9 /docs | |
| parent | b9efb4cff0113a992078f9c595787ab0e17171b8 (diff) | |
| parent | 70abeebc3d1d075eb5846f670ddaf9e4eed9e61d (diff) | |
| download | pyramid-948b692469cdcaeb38f37982f0810954c545b920.tar.gz pyramid-948b692469cdcaeb38f37982f0810954c545b920.tar.bz2 pyramid-948b692469cdcaeb38f37982f0810954c545b920.zip | |
Merge pull request #3543 from behzod/patch-3
view_classes.rst doc: "classes" -> "functions"
Diffstat (limited to 'docs')
| -rw-r--r-- | 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 1307857b7..c9f61f5a3 100644 --- a/docs/quick_tutorial/view_classes.rst +++ b/docs/quick_tutorial/view_classes.rst @@ -78,7 +78,7 @@ To ease the transition to view classes, we didn't introduce any new functionality. We simply changed the view functions to methods on a view class, then updated the tests. -In our ``TutorialViews`` view class, you can see that our two view classes are +In our ``TutorialViews`` view class, you can see that our two view functions are logically grouped together as methods on a common class. Since the two views shared the same template, we could move that to a ``@view_defaults`` decorator at the class level. |
