Skip to content

Commit f140963

Browse files
authored
Merge pull request #227 from knakaj/issue#224
fixes #224
2 parents 16b2c54 + 2eb3291 commit f140963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pretext/WebApps/07-InputForAFlaskWebApplication.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<em>python+flask</em>, and a variable named <c>go</c> whose value is <em>Submit</em>.</p>
2121
<p>Flask applications can access query variables using a dictionary named
2222
<c>request.args</c> (dictionaries are discussed in detail in
23-
<xref ref="dictionaries_intro--dictionaries"/>).
23+
<xref ref="dictionaries_dictionaries"/>).
2424
When a browser sends a request to a Flask application that contains
2525
a query string, the data in the query string is placed in the <c>request.args</c>
2626
dictionary, where it can be retrieved by the application. For example, in the Bing search

0 commit comments

Comments
 (0)