summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-01-11 22:15:02 -0800
committerChris McDonough <chrism@plope.com>2013-01-11 22:15:02 -0800
commit7743a1969fb8d0c82cafb24f1c0866ae4a1c0fb7 (patch)
treedb72666ea7b4b4197b4291c9b22de1bc96c372fb /docs
parent8a859a41a845ec95e4a01113a2ae4360dd967c8d (diff)
parenta03b29ccc094537fa0d80b2545a9d16fc94566cb (diff)
downloadpyramid-7743a1969fb8d0c82cafb24f1c0866ae4a1c0fb7.tar.gz
pyramid-7743a1969fb8d0c82cafb24f1c0866ae4a1c0fb7.tar.bz2
pyramid-7743a1969fb8d0c82cafb24f1c0866ae4a1c0fb7.zip
Merge pull request #781 from tshepang/typos2
typos
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introduction.rst2
-rw-r--r--docs/narr/upgrading.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 956d7a177..c4f2ea512 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -475,7 +475,7 @@ per route. For example, you can create a route with the pattern ``/items``
and when the route is matched, you can shuffle off the request to one view if
the request method is GET, another view if the request method is POST, etc.
A system known as "view predicates" allows for this. Request method matching
-is the very most basic thing you can do with a view predicate. You can also
+is the most basic thing you can do with a view predicate. You can also
associate views with other request parameters such as the elements in the
query string, the Accept header, whether the request is an XHR request or
not, and lots of other things. This feature allows you to keep your
diff --git a/docs/narr/upgrading.rst b/docs/narr/upgrading.rst
index 839f59c35..20487b448 100644
--- a/docs/narr/upgrading.rst
+++ b/docs/narr/upgrading.rst
@@ -206,7 +206,7 @@ information.
Upgrading to the Very Latest Pyramid Release
--------------------------------------------
-When you upgrade your application to the very most recent Pyramid release,
+When you upgrade your application to the most recent Pyramid release,
it's advisable to upgrade step-wise through each most recent minor release,
beginning with the one that you know your application currently runs under,
and ending on the most recent release. For example, if your application is