From 5764f3abd2e8e211545f9cb362e95e30a76a87d3 Mon Sep 17 00:00:00 2001 From: matt swanson Date: Sun, 13 Mar 2011 15:48:19 -0900 Subject: [PATCH] fixing cross-referenced links on jquery patterns page --- docs/patterns/jquery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/jquery.rst b/docs/patterns/jquery.rst index 46285864..d4fe6d4e 100644 --- a/docs/patterns/jquery.rst +++ b/docs/patterns/jquery.rst @@ -108,7 +108,7 @@ template. This template will load jQuery as above and have a little form we can add two numbers and a link to trigger the function on the server side. -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 which will never fail. If the key is missing a default value (here ``0``) is returned. Furthermore it can convert values to a specific type (like in our case `int`). This is especially handy for code that is