summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/basiclayout.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-03-17 10:30:06 -0700
committerMichael Merickel <michael@merickel.org>2013-03-17 10:30:06 -0700
commitde6f5caff2dfff4c9cc3d14fbf588c7ac7c18ce4 (patch)
tree42905619e7e3f0dd4bbb05e708f5479fe1790078 /docs/tutorials/wiki2/basiclayout.rst
parentbebe236dbaa87fb9298bcc0bb27aa7b246b12e35 (diff)
parent286a9ecab57621d0e1af1ba70986ef083149137a (diff)
downloadpyramid-de6f5caff2dfff4c9cc3d14fbf588c7ac7c18ce4.tar.gz
pyramid-de6f5caff2dfff4c9cc3d14fbf588c7ac7c18ce4.tar.bz2
pyramid-de6f5caff2dfff4c9cc3d14fbf588c7ac7c18ce4.zip
Merge pull request #916 from tshepang/patch-1
grammar
Diffstat (limited to 'docs/tutorials/wiki2/basiclayout.rst')
-rw-r--r--docs/tutorials/wiki2/basiclayout.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst
index 68be4ee7c..86fe97956 100644
--- a/docs/tutorials/wiki2/basiclayout.rst
+++ b/docs/tutorials/wiki2/basiclayout.rst
@@ -226,7 +226,7 @@ To give a simple example of a model class, we define one named ``MyModel``:
:linenos:
:language: py
-Our example model has an ``__init__`` method that takes a two arguments
+Our example model has an ``__init__`` method that takes two arguments
(``name``, and ``value``). It stores these values as ``self.name`` and
``self.value``
within the ``__init__`` function itself. The ``MyModel`` class also has a