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

Commit 8c196c0

Browse files
committed
Merge pull request #19 from svisser/patch-2
Fixed spelling of word
2 parents ec7a504 + 9ed4203 commit 8c196c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsonlogger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self, *args, **kwargs):
5353
:param json_default: a function for encoding non-standard objects
5454
as outlined in http://docs.python.org/2/library/json.html
5555
:param json_encoder: optional custom encoder
56-
:param prefix: an optional string prefix added at the beggining of
56+
:param prefix: an optional string prefix added at the beginning of
5757
the formatted string
5858
"""
5959
self.json_default = kwargs.pop("json_default", None)

0 commit comments

Comments
 (0)