summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-10-01 00:48:53 -0700
committerSteve Piercy <web@stevepiercy.com>2013-10-01 00:48:53 -0700
commit1a76ed41b133ea73c7d40997c6f564fd72d7273e (patch)
tree0f6b27ad2f0244d488454c572b869a3501d2acda /docs
parent6badf95ebaf6171b94f2fad6831b4ece0a7e6067 (diff)
downloadpyramid-1a76ed41b133ea73c7d40997c6f564fd72d7273e.tar.gz
pyramid-1a76ed41b133ea73c7d40997c6f564fd72d7273e.tar.bz2
pyramid-1a76ed41b133ea73c7d40997c6f564fd72d7273e.zip
Add comma
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index e5da3b5c5..4c19982d6 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -144,7 +144,7 @@ contains no space characters, so it's wise to *avoid* a path that contains
i.e. ``My Documents``. As a result, the author, when he uses Windows, just
puts his projects in ``C:\projects``.
-.. warning::
+.. warning::
You’ll need to avoid using ``pcreate`` to create a project with the same
name as a Python standard library component. In particular, this means you
@@ -977,7 +977,7 @@ named ``views`` instead of within a single ``views.py`` file, you might:
- *Move* the existing ``views.py`` file to a file inside the new ``views``
directory named, say, ``blog.py``. Because the ``templates`` directory
- remains in the ``myproject`` package the template :term:`asset
+ remains in the ``myproject`` package, the template :term:`asset
specification`s in ``blog.py`` must now be fully qualified with the
project's package name (``myproject:templates/blog.pt``).
@@ -1028,7 +1028,7 @@ server. Waitress is a server that is suited for development and light
production usage. It's not the fastest nor the most featureful WSGI server.
Instead, its main feature is that it works on all platforms that Pyramid
needs to run on, making it a good choice as a default server from the
-perspective of Pyramid's developers.
+perspective of Pyramid's developers.
Any WSGI server is capable of running a :app:`Pyramid` application. But we
suggest you stick with the default server for development, and that you wait