Skip to content

Commit edd64e3

Browse files
authored
Merge branch 'main' into feat/add-styling-guide
2 parents 88a3814 + 27231ed commit edd64e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ formatter = JsonFormatter(
105105

106106
### Excluding fields
107107

108-
You can prevent fields being added to the output data by adding them to `reserved_attrs`. By default all [`LogRecord` attributes](https://docs.python.org/3/library/logging.html#logrecord-attributes) are exluded.
108+
You can prevent fields being added to the output data by adding them to `reserved_attrs`. By default all [`LogRecord` attributes](https://docs.python.org/3/library/logging.html#logrecord-attributes) are excluded.
109109

110110
```python
111111
from pythonjsonlogger.core import RESERVED_ATTRS

0 commit comments

Comments
 (0)