summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/routing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/routing.rst')
-rw-r--r--docs/quick_tutorial/routing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/routing.rst b/docs/quick_tutorial/routing.rst
index 95205e97a..86fc04570 100644
--- a/docs/quick_tutorial/routing.rst
+++ b/docs/quick_tutorial/routing.rst
@@ -82,7 +82,7 @@ Steps
(venv)$ pserve development.ini --reload
-#. Open ``http://localhost:6543/howdy/amy/smith`` in your browser.
+#. Open http://localhost:6543/howdy/amy/smith in your browser.
Analysis
========
@@ -112,7 +112,7 @@ Extra Credit
============
#. What happens if you to go the URL
- ``http://localhost:6543/howdy``? Is this the result that you
+ http://localhost:6543/howdy? Is this the result that you
expected?
.. seealso:: `Weird Stuff You Can Do With URL