From 3fa22135f4f29f89a591f5400e677a4916e6585e Mon Sep 17 00:00:00 2001 From: nikkie Date: Mon, 23 Jun 2025 14:44:04 +0000 Subject: [PATCH] [docs] Fix typo --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 7dab254..07486b1 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -104,7 +104,7 @@ formatter = JsonFormatter( ### Excluding fields -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. +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. ```python from pythonjsonlogger.core import RESERVED_ATTRS