summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranandanvivopenstack <anandanvivopenstack@gmail.com>2015-02-23 10:23:49 +0530
committeranandanvivopenstack <anandanvivopenstack@gmail.com>2015-02-23 10:23:49 +0530
commitec36dd22853b775a422087d63df195c55bfa3952 (patch)
tree19f162d9ce24e4b0ad39de8f7900505102c59903
parent1a4986f55c9eef874d61a7126437be3ca140acfc (diff)
downloadroutes-ec36dd22853b775a422087d63df195c55bfa3952.tar.gz
Update introduction.rst
Removed duplicated AND
-rw-r--r--docs/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction.rst b/docs/introduction.rst
index a954b2b..76c17ba 100644
--- a/docs/introduction.rst
+++ b/docs/introduction.rst
@@ -11,7 +11,7 @@ and realize that moving a method changes its public URL and invalidates users'
bookmarks. Likewise, if you want to reorganize your URLs and make a section
into a subsection, you have to change your carefully-tested logic code.
-Routes takes a different approach. You determine your URL hierarchy and and
+Routes takes a different approach. You determine your URL hierarchy and
actions separately, and then link them together in whichever ways you decide.
If you change your mind about a particular URL, just change one line in your
route map and never touch your action logic. You can even have multiple URLs