diff --git a/simplejson/decoder.py b/simplejson/decoder.py index 78cf346f1b0bfa78060de51c26d7c98466e028a6_c2ltcGxlanNvbi9kZWNvZGVyLnB5..edbc4c8117921d4a876fffd84ee08d4393a2c8ae_c2ltcGxlanNvbi9kZWNvZGVyLnB5 100644 --- a/simplejson/decoder.py +++ b/simplejson/decoder.py @@ -281,7 +281,7 @@ +---------------+-------------------+ | array | list | +---------------+-------------------+ - | string | unicode | + | string | str, unicode | +---------------+-------------------+ | number (int) | int, long | +---------------+-------------------+