summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2013-10-01 00:14:12 -0500
committerKarl O. Pinc <kop@meme.com>2013-10-01 00:14:12 -0500
commitbc3de3f5499e39e67e29b6678503f3a14be0b08c (patch)
tree97a1e45f35ccf3e3894b4af2d1cf025a9a02d8d3 /docs
parentae5f2b9da9583114f3f5a6f08497e5a248e3e960 (diff)
downloadpyramid-bc3de3f5499e39e67e29b6678503f3a14be0b08c.tar.gz
pyramid-bc3de3f5499e39e67e29b6678503f3a14be0b08c.tar.bz2
pyramid-bc3de3f5499e39e67e29b6678503f3a14be0b08c.zip
Docs: project.rst: Match parenthesis & fix punctuation.
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 602f15fef..fc3cac009 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -974,9 +974,9 @@ 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``.
-- Create a file within the new ``views`` directory named ``__init__.py`` (it
- can be empty, this just tells Python that the ``views`` directory is a
- *package*.
+- Create a file within the new ``views`` directory named ``__init__.py``. (It
+ can be empty. This just tells Python that the ``views`` directory is a
+ *package*.)
You can then continue to add view callable functions to the ``blog.py``
module, but you can also add other ``.py`` files which contain view callable