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

Commit fc709de

Browse files
committed
Fixed spelling of word in README
1 parent d154bef commit fc709de

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
@@ -32,7 +32,7 @@ Json outputs are provided by the JsonFormatter logging formatter. You can add th
3232
logHandler.setFormatter(formatter)
3333
logger.addHandler(logHandler)
3434
```
35-
The fmt parser can also be overiden if you want to use an alternate from the default.
35+
The fmt parser can also be overidden if you want to use an alternate from the default.
3636

3737
```python
3838
class CustomJsonFormatter(jsonlogger.JsonFormatter):

0 commit comments

Comments
 (0)