summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmid Raha <omidraha.com@gmail.com>2014-04-20 17:14:45 +0430
committerSteve Piercy <web@stevepiercy.com>2014-04-20 06:56:49 -0700
commitef7a4e90de2f78a57e4a3326072f8b40b449182c (patch)
tree5c34895800e20c2565cebc43881d6efab6310387
parent4e0d3f5ad9d556db1683a6fce5082543695c3f6f (diff)
downloadpyramid-ef7a4e90de2f78a57e4a3326072f8b40b449182c.tar.gz
pyramid-ef7a4e90de2f78a57e4a3326072f8b40b449182c.tar.bz2
pyramid-ef7a4e90de2f78a57e4a3326072f8b40b449182c.zip
Remove repeated word.
Remove repeated `operations` word.
-rw-r--r--docs/quick_tutorial/more_view_classes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/more_view_classes.rst b/docs/quick_tutorial/more_view_classes.rst
index 1e5603554..9cc4cc520 100644
--- a/docs/quick_tutorial/more_view_classes.rst
+++ b/docs/quick_tutorial/more_view_classes.rst
@@ -34,7 +34,7 @@ that determine which view is matched to a request, based on factors
such as the request method, the form parameters, etc. These predicates
provide many axes of flexibility.
-The following shows a simple example with four operations operations:
+The following shows a simple example with four operations:
view a home page which leads to a form, save a change,
and press the delete button.