Skip to content

Commit eb8488c

Browse files
authored
Merge pull request #116 from mangiucugna/codex/correggere-commento-in-json-parser-py
Fix typo in json_parser comment
2 parents 4294f54 + fa66922 commit eb8488c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_repair/json_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(
3131
self.context = JsonContext()
3232
# Use this to log the activity, but only if logging is active
3333

34-
# This is a trick but a beatiful one. We call self.log in the code over and over even if it's not needed.
34+
# This is a trick but a beautiful one. We call self.log in the code over and over even if it's not needed.
3535
# We could add a guard in the code for each call but that would make this code unreadable, so here's this neat trick
3636
# Replace self.log with a noop
3737
self.logging = logging

0 commit comments

Comments
 (0)