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.
1 parent b9dd652 commit ef81f63Copy full SHA for ef81f63
1 file changed
src/odin/codecs/json_codec.py
@@ -52,7 +52,7 @@ def default(self, o):
52
53
def load(fp, resource=None, full_clean=True, default_to_not_supplied=False):
54
"""
55
- Load a from a JSON encoded file.
+ Load from a JSON encoded file.
56
57
See :py:meth:`loads` for more details of the loading operation.
58
0 commit comments