summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authortisdall <tisdall@gmail.com>2013-08-08 14:36:10 -0400
committertisdall <tisdall@gmail.com>2013-08-08 14:36:10 -0400
commit0240e91af1616be75305ac5b7a57099ef42210bf (patch)
treea8e2e6fa948c267390abf215c234fba759d6f86a /docs/api
parent268e1d1d8168376700031678379fe356db96afea (diff)
downloadpyramid-0240e91af1616be75305ac5b7a57099ef42210bf.tar.gz
pyramid-0240e91af1616be75305ac5b7a57099ef42210bf.tar.bz2
pyramid-0240e91af1616be75305ac5b7a57099ef42210bf.zip
"behavor" to "behavior"
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/request.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst
index 8958d2abc..a90cb1ac0 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -238,7 +238,7 @@
.. attribute:: response_*
In Pyramid 1.0, you could set attributes on a
- :class:`pyramid.request.Request` which influenced the behavor of
+ :class:`pyramid.request.Request` which influenced the behavior of
*rendered* responses (views which use a :term:`renderer` and which
don't directly return a response). These attributes began with
``response_``, such as ``response_headerlist``. If you needed to