diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index 8c2bf36725..82d0d85cec 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -121,9 +121,10 @@ like so:: The ``question_id=34`` part comes from ````. Using angle brackets "captures" part of the URL and sends it as a keyword argument to the -view function. The ``:question_id>`` part of the string defines the name that -will be used to identify the matched pattern, and the ``