# HG changeset patch
# User JuhaS <suomalainen.juha@gmail.com>
# Date 1383214153 -28800
#      Thu Oct 31 18:09:13 2013 +0800
# Node ID edbc4c8117921d4a876fffd84ee08d4393a2c8ae
# Parent  78cf346f1b0bfa78060de51c26d7c98466e028a6
Documentation fix for decoded string types

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