Skip to content

Commit ef81f63

Browse files
committed
fix docstring
1 parent b9dd652 commit ef81f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/odin/codecs/json_codec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def default(self, o):
5252

5353
def load(fp, resource=None, full_clean=True, default_to_not_supplied=False):
5454
"""
55-
Load a from a JSON encoded file.
55+
Load from a JSON encoded file.
5656
5757
See :py:meth:`loads` for more details of the loading operation.
5858

0 commit comments

Comments
 (0)