Skip to content

Commit 94f50e8

Browse files
bobahopkotp
andcommitted
Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
1 parent cbce6d8 commit 94f50e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TRACEBACKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ What is logged can be configured by the logging severity (e.g., 'DEBUG', 'INFO',
9595
A call to the `logging.error` function can pass `True` to the `exc_info` parameter, which will additionally log the stack trace.
9696
By configuring multiple handlers, logging can write to more than one place with the same logging function.
9797

98-
Following is a an example of logging printed to the console:
98+
Following is an example of logging printed to the console:
9999

100100
```python
101101

0 commit comments

Comments
 (0)