Tshepang Lekhonkhobe
2013-01-02 043ccddb909327106264d10ed5d413760a51770d
docs/narr/renderers.rst
@@ -264,7 +264,7 @@
   #    [{"x": 1}, {"x": 2}]
If you aren't the author of the objects being serialized, it won't be
possible (or at least not reasonable) to add a custom ``__json__`` method to
possible (or at least not reasonable) to add a custom ``__json__`` method
to their classes in order to influence serialization.  If the object passed
to the renderer is not a serializable type, and has no ``__json__`` method,
usually a :exc:`TypeError` will be raised during serialization.  You can