summaryrefslogtreecommitdiff
path: root/docs/narr/renderers.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-02 02:22:52 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-02 02:40:17 +0200
commit043ccddb909327106264d10ed5d413760a51770d (patch)
tree221ab651189aa7d54c5870f07cd065808d76cb04 /docs/narr/renderers.rst
parent08c2217e7f831379016e1ddee0b5d51eeca53878 (diff)
downloadpyramid-043ccddb909327106264d10ed5d413760a51770d.tar.gz
pyramid-043ccddb909327106264d10ed5d413760a51770d.tar.bz2
pyramid-043ccddb909327106264d10ed5d413760a51770d.zip
eliminate other repeated words
Diffstat (limited to 'docs/narr/renderers.rst')
-rw-r--r--docs/narr/renderers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst
index 9017156a6..ecf625251 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -264,7 +264,7 @@ will be the active request object at render time.
# [{"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