From 6971ef01bd6f805a38b9b74e879e0f475bd78532 Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Tue, 18 Jan 2011 23:27:47 -0200 Subject: [PATCH] fixed typo --- guides/internals/kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/internals/kernel.rst b/guides/internals/kernel.rst index de144cbda88..e1490fc16d8 100644 --- a/guides/internals/kernel.rst +++ b/guides/internals/kernel.rst @@ -104,7 +104,7 @@ Response. If that works, the ``core.response`` event is notified; if not the Exception is re-thrown. If you don't want Exceptions to be caught (for embedded requests for instance), -disable the ``core.exception`` event by passing ``true`` as the third argument +disable the ``core.exception`` event by passing ``false`` as the third argument to the ``handle()`` method. .. index::