Skip to content

Commit

Permalink
Merge pull request #88 from Q-ten/update-load-documentation
Browse files Browse the repository at this point in the history
Update _legacy.pyx to fix return type of load()
  • Loading branch information
Kijewski authored Feb 9, 2024
2 parents 3c4166b + fac2cc2 commit 34ff963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_legacy.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def load(fp, **kw):
Returns
-------
str
object
see :func:`decode_io(…) <pyjson5.decode_io>`
'''
return decode_io(fp, None, False)
Expand Down

0 comments on commit 34ff963

Please sign in to comment.