Skip to content

Commit

Permalink
Merge pull request #99 from DomHudson/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.rst
  • Loading branch information
lelit committed Apr 18, 2018
2 parents 778c746 + 7d2ed6d commit 99fae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Coercing keys when dumping
Arbitrary encodings
``json.loads()`` accepts an ``encoding`` kwarg determining the encoding of its input,
when that is a ``bytes`` or ``bytearray`` instance. Although ``RapidJSON`` is able to
cope with several different encodings, we currently supports only the recommended one,
cope with several different encodings, we currently support only the recommended one,
``UTF-8``.

.. _RapidJSON: http://rapidjson.org/

0 comments on commit 99fae3b

Please sign in to comment.