We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c8c524 + 028229d commit ccc6816Copy full SHA for ccc6816
docs/quickstart.rst
@@ -526,7 +526,7 @@ deal with that problem.
526
To access parameters submitted in the URL (``?key=value``) you can use the
527
:attr:`~flask.request.args` attribute::
528
529
- searchword = request.args.get('q', '')
+ searchword = request.args.get('key', '')
530
531
We recommend accessing URL parameters with `get` or by catching the
532
`KeyError` because users might change the URL and presenting them a 400
0 commit comments