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 16b2c54 + 2eb3291 commit f140963Copy full SHA for f140963
1 file changed
pretext/WebApps/07-InputForAFlaskWebApplication.ptx
@@ -20,7 +20,7 @@
20
<em>python+flask</em>, and a variable named <c>go</c> whose value is <em>Submit</em>.</p>
21
<p>Flask applications can access query variables using a dictionary named
22
<c>request.args</c> (dictionaries are discussed in detail in
23
- <xref ref="dictionaries_intro--dictionaries"/>).
+ <xref ref="dictionaries_dictionaries"/>).
24
When a browser sends a request to a Flask application that contains
25
a query string, the data in the query string is placed in the <c>request.args</c>
26
dictionary, where it can be retrieved by the application. For example, in the Bing search
0 commit comments