Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d15366 commit 4f5b49fCopy full SHA for 4f5b49f
1 file changed
Lib/cgitb.py
@@ -13,7 +13,7 @@
13
By default, tracebacks are displayed but not saved, and context is 5.
14
15
Alternatively, if you have caught an exception and want cgitb to display it
16
-for you, call cgitb.handle(). The optional argument to handle() is a 3-item
+for you, call cgitb.handler(). The optional argument to handler() is a 3-item
17
tuple (etype, evalue, etb) just like the value of sys.exc_info()."""
18
19
__author__ = 'Ka-Ping Yee'
0 commit comments