Skip to content

Commit 27231ed

Browse files
authored
[docs] Fix typo in quickstart: exluded (#56)
Per title
1 parent 1f0cbd0 commit 27231ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

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

105105
### Excluding fields
106106

107-
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.
107+
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.
108108

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

0 commit comments

Comments
 (0)