We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4294f54 + fa66922 commit eb8488cCopy full SHA for eb8488c
src/json_repair/json_parser.py
@@ -31,7 +31,7 @@ def __init__(
31
self.context = JsonContext()
32
# Use this to log the activity, but only if logging is active
33
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.
+ # This is a trick but a beautiful one. We call self.log in the code over and over even if it's not needed.
35
# We could add a guard in the code for each call but that would make this code unreadable, so here's this neat trick
36
# Replace self.log with a noop
37
self.logging = logging
0 commit comments