We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0fc0b commit eb978dfCopy full SHA for eb978df
1 file changed
stackprinter/__init__.py
@@ -123,7 +123,7 @@ def format(thing=None, **kwargs):
123
or
124
`suppressed_paths=[re.compile(r"lib/python.*/site-packages/numpy")]`
125
126
- suppressed_exception_types: list of exception classes
+ suppressed_exceptions: list of exception classes
127
Show less verbose formatting for exceptions in this list.
128
By default, this list is `[KeyboardInterrupt]`. Set to `[]`
129
to force verbose formatting even on a keyboard interrupt.
0 commit comments