WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit dea937a

Browse files
isidroasdavidism
authored andcommitted
fix reference
1 parent 33bdb41 commit dea937a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The way we will do it in this tutorial is by calling the method ``on_``
265265
return e
266266

267267
We bind the URL map to the current environment and get back a
268-
:class:`~werkzeug.routing.URLAdapter`. The adapter can be used to match
268+
:class:`~werkzeug.routing.MapAdapter`. The adapter can be used to match
269269
the request but also to reverse URLs. The match method will return the
270270
endpoint and a dictionary of values in the URL. For instance the rule for
271271
``follow_short_link`` has a variable part called ``short_id``. When we go

0 commit comments

Comments
 (0)