From 231f45b432189500e760a63b41664f5f406793be Mon Sep 17 00:00:00 2001 From: dmackinnon Date: Wed, 25 Sep 2013 11:50:02 -0400 Subject: [PATCH] Fix typo --- docs/errorhandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/errorhandling.rst b/docs/errorhandling.rst index 9e26196d..4db7a209 100644 --- a/docs/errorhandling.rst +++ b/docs/errorhandling.rst @@ -269,7 +269,7 @@ of the box (see :ref:`debug-mode`). If you would like to use another Python debugger, note that debuggers interfere with each other. You have to set some options in order to use your favorite debugger: -* ``debug`` - whether to enable debug mode and catch exceptinos +* ``debug`` - whether to enable debug mode and catch exceptions * ``use_debugger`` - whether to use the internal Flask debugger * ``use_reloader`` - whether to reload and fork the process on exception