Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit e886095

Browse files
authored
Merge pull request #55 from colmex/patch-1
typo
2 parents e356f41 + c58430a commit e886095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can also add extra fields to your json output by specifying a dict in place
6363

6464
Contents of these dictionaries will be added at the root level of the entry and may override basic fields.
6565

66-
You can also use the `add_fields` method to add to or generally normalize the set of default set of fields, it is be called for every log event. For example, to unify default fields with those provided by [structlog](http://www.structlog.org/) you could do something like this:
66+
You can also use the `add_fields` method to add to or generally normalize the set of default set of fields, it is called for every log event. For example, to unify default fields with those provided by [structlog](http://www.structlog.org/) you could do something like this:
6767

6868
```python
6969
class CustomJsonFormatter(jsonlogger.JsonFormatter):

0 commit comments

Comments
 (0)