Fix missing plural in documentation

This commit is contained in:
Dag Odenhall 2010-06-02 03:38:17 +08:00 committed by Armin Ronacher
parent ee69fb5890
commit 216472b43d

View file

@ -109,7 +109,7 @@ Working with Modules
--------------------
For larger applications with more than a dozen views it makes sense to
split the views into module. First let's look at the typical struture of
split the views into modules. First let's look at the typical struture of
such an application::
/yourapplication