summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortisdall <tisdall@gmail.com>2013-08-09 14:34:48 -0400
committertisdall <tisdall@gmail.com>2013-08-09 14:34:48 -0400
commit0efeb41f6db69a2df29fc2fb32e58d769f6311db (patch)
treedd929ef60134268d77f1c094ead586acc18eae78
parentdcc7d67cb55304483b3c9931fbec17e98447279a (diff)
downloadpyramid-0efeb41f6db69a2df29fc2fb32e58d769f6311db.tar.gz
pyramid-0efeb41f6db69a2df29fc2fb32e58d769f6311db.tar.bz2
pyramid-0efeb41f6db69a2df29fc2fb32e58d769f6311db.zip
"argments" to "arguments"; "agument" to "argument"
-rw-r--r--pyramid/renderers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/renderers.py b/pyramid/renderers.py
index 64951a6ba..602655be8 100644
--- a/pyramid/renderers.py
+++ b/pyramid/renderers.py
@@ -114,7 +114,7 @@ def render_to_response(renderer_name, value, request=None, package=None):
top-level system names, such as ``request``, ``context``,
``renderer_name``, and ``view``. See :ref:`renderer_system_values` for
the full list. If :term:`renderer globals` have been specified, these
- will also be used to agument the value.
+ will also be used to argument the value.
Supply a ``request`` parameter in order to provide the renderer
with the most correct 'system' values (``request`` and ``context``
@@ -200,7 +200,7 @@ class JSON(object):
The default serializer uses ``json.JSONEncoder``. A different
serializer can be specified via the ``serializer`` argument.
Custom serializers should accept the object, a callback
- ``default``, and any extra ``kw`` keyword argments passed during
+ ``default``, and any extra ``kw`` keyword arguments passed during
renderer construction.
.. versionadded:: 1.4