Skip to content

Commit eb978df

Browse files
committed
Fix docstring (thx @den-kar)
1 parent bc0fc0b commit eb978df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackprinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def format(thing=None, **kwargs):
123123
or
124124
`suppressed_paths=[re.compile(r"lib/python.*/site-packages/numpy")]`
125125
126-
suppressed_exception_types: list of exception classes
126+
suppressed_exceptions: list of exception classes
127127
Show less verbose formatting for exceptions in this list.
128128
By default, this list is `[KeyboardInterrupt]`. Set to `[]`
129129
to force verbose formatting even on a keyboard interrupt.

0 commit comments

Comments
 (0)