Skip to content

Commit 20a542f

Browse files
author
Paul McMillan
committed
docstring typo
1 parent acb61ae commit 20a542f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ def create_url_adapter(self, request):
14461446
14471447
.. versionchanged:: 0.9
14481448
This can now also be called without a request object when the
1449-
UR adapter is created for the application context.
1449+
URL adapter is created for the application context.
14501450
"""
14511451
if request is not None:
14521452
return self.url_map.bind_to_environ(request.environ,

0 commit comments

Comments
 (0)