summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-01-21 04:05:24 -0800
committerSteve Piercy <web@stevepiercy.com>2013-01-21 04:05:24 -0800
commite266bc346f161087037647084c92c4ad26de2739 (patch)
treef439f3ece6474e0bf52f267aa7ddd10af8b920a4 /docs
parent3ead59ea06ee933f4729f6b021d886be53f655be (diff)
downloadpyramid-e266bc346f161087037647084c92c4ad26de2739.tar.gz
pyramid-e266bc346f161087037647084c92c4ad26de2739.tar.bz2
pyramid-e266bc346f161087037647084c92c4ad26de2739.zip
Grammar: either "e.g.", or "etc.", but not both in the same phrase.
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki/installation.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index 488ab1883..b545cdba0 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -193,8 +193,7 @@ assumptions:
.. note::
- :app:`Pyramid` supports any persistent storage mechanism (e.g. a SQL
- database or filesystem files, etc). :app:`Pyramid` also supports an
- additional mechanism to map URLs to code (:term:`URL dispatch`). However,
- for the purposes of this tutorial, we'll only be using traversal and ZODB.
-
+ :app:`Pyramid` supports any persistent storage mechanism (e.g., a SQL
+ database or filesystem files). :app:`Pyramid` also supports an additional
+ mechanism to map URLs to code (:term:`URL dispatch`). However, for the
+ purposes of this tutorial, we'll only be using traversal and ZODB.