Skip to content

Commit

Permalink
Merge pull request #82 from JuhaS/patch-1
Browse files Browse the repository at this point in the history
Documentation fix for decoded string types
  • Loading branch information
etrepum committed Oct 31, 2013
2 parents d59550c + a7c32c1 commit 41f336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplejson/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class JSONDecoder(object):
+---------------+-------------------+
| array | list |
+---------------+-------------------+
| string | unicode |
| string | str, unicode |
+---------------+-------------------+
| number (int) | int, long |
+---------------+-------------------+
Expand Down

0 comments on commit 41f336d

Please sign in to comment.