[Checkins] SVN: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/more.txt Fixed documentation bug, https://bugs.launchpad.net/bobo/+bug/502772.

Jim Fulton jim at zope.com
Mon Jan 18 15:09:44 EST 2010


Log message for revision 108224:
  Fixed documentation bug, https://bugs.launchpad.net/bobo/+bug/502772.
  

Changed:
  U   bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/more.txt

-=-
Modified: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/more.txt
===================================================================
--- bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/more.txt	2010-01-18 20:05:20 UTC (rev 108223)
+++ bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/more.txt	2010-01-18 20:09:43 UTC (rev 108224)
@@ -747,8 +747,8 @@
 
 Normally, bobo let's uncaught exceptions propagate to calling
 middleware or servers.  If you want to provide custom handling of
-uncaught exceptions, you can include an ``exceptions`` method in
-object you give to ``bobo_errors``.
+uncaught exceptions, you can include an ``exception`` method in
+the object you give to ``bobo_errors``.
 
 ::
 



More information about the checkins mailing list