Add missing colons to versionadded.
This commit is contained in:
parent
234ac198cb
commit
49b77fbc7a
1 changed files with 2 additions and 2 deletions
|
|
@ -1120,7 +1120,7 @@ class Flask(_PackageBoundObject):
|
||||||
registered error handlers and fall back to returning the
|
registered error handlers and fall back to returning the
|
||||||
exception as response.
|
exception as response.
|
||||||
|
|
||||||
.. versionadded: 0.3
|
.. versionadded:: 0.3
|
||||||
"""
|
"""
|
||||||
handlers = self.error_handler_spec.get(request.blueprint)
|
handlers = self.error_handler_spec.get(request.blueprint)
|
||||||
if handlers and e.code in handlers:
|
if handlers and e.code in handlers:
|
||||||
|
|
@ -1189,7 +1189,7 @@ class Flask(_PackageBoundObject):
|
||||||
for a 500 internal server error is used. If no such handler
|
for a 500 internal server error is used. If no such handler
|
||||||
exists, a default 500 internal server error message is displayed.
|
exists, a default 500 internal server error message is displayed.
|
||||||
|
|
||||||
.. versionadded: 0.3
|
.. versionadded:: 0.3
|
||||||
"""
|
"""
|
||||||
exc_type, exc_value, tb = sys.exc_info()
|
exc_type, exc_value, tb = sys.exc_info()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue