Skip to content

Commit 5764f3a

Browse files
author
matt swanson
committed
fixing cross-referenced links on jquery patterns page
1 parent 15ae224 commit 5764f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/jquery.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ template. This template will load jQuery as above and have a little form
108108
we can add two numbers and a link to trigger the function on the server
109109
side.
110110

111-
Note that we are using the :meth:`~werkzeug.MultiDict.get` method here
111+
Note that we are using the :meth:`~werkzeug.datastructures.MultiDict.get` method here
112112
which will never fail. If the key is missing a default value (here ``0``)
113113
is returned. Furthermore it can convert values to a specific type (like
114114
in our case `int`). This is especially handy for code that is

0 commit comments

Comments
 (0)