Skip to content

Commit 40e63b9

Browse files
teggenwouterj
authored andcommitted
Update the_controller.rst
Corrected error in the sample code.
1 parent b55ec30 commit 40e63b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ In a template, you can also access the ``Request`` object via the special
295295

296296
{{ app.request.query.get('page') }}
297297

298-
{{ app.request.parameter('page') }}
298+
{{ app.request.request.get('page') }}
299299

300300
Persisting Data in the Session
301301
------------------------------

0 commit comments

Comments
 (0)