summaryrefslogtreecommitdiff
path: root/docs/api/request.rst
diff options
context:
space:
mode:
authortisdall <tisdall@gmail.com>2013-08-08 14:30:44 -0400
committertisdall <tisdall@gmail.com>2013-08-08 14:30:44 -0400
commit268e1d1d8168376700031678379fe356db96afea (patch)
treebc7a5d9f75e4903d3e7345254031c3e5a2c3afe4 /docs/api/request.rst
parent3f503d0a30b487b590fc3e12834ce12d8ed0a25c (diff)
downloadpyramid-268e1d1d8168376700031678379fe356db96afea.tar.gz
pyramid-268e1d1d8168376700031678379fe356db96afea.tar.bz2
pyramid-268e1d1d8168376700031678379fe356db96afea.zip
changed "obect" to "object"
Diffstat (limited to 'docs/api/request.rst')
-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 b1f5918d7..8958d2abc 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -156,7 +156,7 @@
.. attribute:: matched_route
If a :term:`route` has matched during this request, this attribute will
- be an obect representing the route matched by the URL pattern
+ be an object representing the route matched by the URL pattern
associated with the route. If a route has not matched during this
request, the value of this attribute will be ``None``. See
:ref:`matched_route`.