summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2011-07-24 00:18:43 -0700
committerCarlos de la Guardia <cguardia@yahoo.com>2011-07-24 00:18:43 -0700
commit04e4f2f03d487d5b8c55b52ea1d882b7464574c0 (patch)
tree220cf23cd022488bd5c3b73b8005d98df29a080d /docs
parent17fd1443f4f8107023c90286e46362dd035d480c (diff)
downloadpyramid-04e4f2f03d487d5b8c55b52ea1d882b7464574c0.tar.gz
pyramid-04e4f2f03d487d5b8c55b52ea1d882b7464574c0.tar.bz2
pyramid-04e4f2f03d487d5b8c55b52ea1d882b7464574c0.zip
Removed extra 'if'
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index ca7d97ca9..47cdbdc83 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -458,7 +458,7 @@ the default.
point can thus be referred to as a "Paste application factory in the
``MyProject`` project which has the entry point named ``main`` where the
entry point refers to a ``main`` function in the ``mypackage`` module".
- If indeed if you open up the ``__init__.py`` module generated within the
+ Indeed, if you open up the ``__init__.py`` module generated within the
``myproject`` package, you'll see a ``main`` function. This is the
function called by :term:`PasteDeploy` when the ``paster serve`` command
is invoked against our application. It accepts a global configuration