File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -931,8 +931,8 @@ functions.
931
931
There are three keyword arguments in *kwargs * which are inspected: *exc_info *
932
932
which, if it does not evaluate as false, causes exception information to be
933
933
added to the logging message. If an exception tuple (in the format returned by
934
- :func: `sys.exc_info `) is provided, it is used; otherwise, :func: ` sys.exc_info `
935
- is called to get the exception information.
934
+ :func: `sys.exc_info `) or an exception instance is provided, it is used;
935
+ otherwise, :func: ` sys.exc_info ` is called to get the exception information.
936
936
937
937
The second optional keyword argument is *stack_info *, which defaults to
938
938
``False ``. If true, stack information is added to the logging
You can’t perform that action at this time.
0 commit comments