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.
1 parent 15ae224 commit 5764f3aCopy full SHA for 5764f3a
docs/patterns/jquery.rst
@@ -108,7 +108,7 @@ template. This template will load jQuery as above and have a little form
108
we can add two numbers and a link to trigger the function on the server
109
side.
110
111
-Note that we are using the :meth:`~werkzeug.MultiDict.get` method here
+Note that we are using the :meth:`~werkzeug.datastructures.MultiDict.get` method here
112
which will never fail. If the key is missing a default value (here ``0``)
113
is returned. Furthermore it can convert values to a specific type (like
114
in our case `int`). This is especially handy for code that is
0 commit comments