summaryrefslogtreecommitdiff
path: root/index.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-05-08 18:36:54 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2017-05-08 18:36:54 +0300
commit09e6e009878587ce7d65651dc35cf1f276f5dbd9 (patch)
tree50368d8eb684da5fca0b023e9ff8d71a0ecd0d26 /index.rst
parentf1a06fc7598f324acee332b02b6ecc43773b7b5d (diff)
downloadsimplejson-09e6e009878587ce7d65651dc35cf1f276f5dbd9.tar.gz
Fix a typo in the doc for loads (#161).
Diffstat (limited to 'index.rst')
-rw-r--r--index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.rst b/index.rst
index fce07b9..3869a50 100644
--- a/index.rst
+++ b/index.rst
@@ -407,7 +407,7 @@ Basic Usage
only one JSON document, it is recommended to use :func:`loads`.
-.. function:: loads(fp, encoding='utf-8', cls=None, object_hook=None, \
+.. function:: loads(s, 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)