s/1.0/0.11/ in versionadded/versionchanged markers

closes #1817
This commit is contained in:
ThiefMaster 2016-05-23 14:42:42 +02:00
parent bdbca923ef
commit c5900a1adf
9 changed files with 19 additions and 19 deletions

View file

@ -407,7 +407,7 @@ class Blueprint(_PackageBoundObject):
application-wide function of the :class:`~flask.Flask` object but
for error handlers limited to this blueprint.
.. versionadded:: 1.0
.. versionadded:: 0.11
"""
self.record_once(lambda s: s.app._register_error_handler(
self.name, code_or_exception, f))