Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in the doc for loads #161

Closed
bmampaey opened this issue Apr 20, 2017 · 1 comment
Closed

Typo in the doc for loads #161

bmampaey opened this issue Apr 20, 2017 · 1 comment

Comments

@bmampaey
Copy link

The function loads take a string s as first parameter, but the doc says that it takes fp

function:: loads(fp, encoding='utf-8', cls=None, object_hook=None,
parse_float=None, parse_int=None,
parse_constant=None, object_pairs_hook=None,
use_decimal=None, **kw)

Deserialize s (a :class:str or :class:unicode instance containing a JSON
document) to a Python object. :exc:JSONDecodeError will be
raised if the given JSON document is not valid.

@serhiy-storchaka
Copy link
Contributor

Thank you for your report @bmampaey.

This was referenced Jun 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants