various typo fixes

This commit is contained in:
Finbarr O'Callaghan 2012-09-06 18:04:51 +01:00
parent 80b2689335
commit 48f7cdd016
6 changed files with 18 additions and 18 deletions

View file

@ -191,7 +191,7 @@ Manual Error Handler Attaching
While it is still possible to attach error handlers to
:attr:`Flask.error_handlers` it's discouraged to do so and in fact
deprecated. In generaly we no longer recommend custom error handler
deprecated. In generally we no longer recommend custom error handler
attaching via assignments to the underlying dictionary due to the more
complex internal handling to support arbitrary exception classes and
blueprints. See :meth:`Flask.errorhandler` for more information.