summaryrefslogtreecommitdiff
path: root/docs/api/config.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-09 23:01:06 -0400
committerChris McDonough <chrism@plope.com>2012-09-09 23:01:06 -0400
commit023c88b67b907dd3682ef71216245609c9bbdbe1 (patch)
tree5636c1870e89c07ed64c12c8a0271e7cc64aaeb1 /docs/api/config.rst
parentcf3d1ef2da328356b88f2d5a1015c0b211dc1e1c (diff)
downloadpyramid-023c88b67b907dd3682ef71216245609c9bbdbe1.tar.gz
pyramid-023c88b67b907dd3682ef71216245609c9bbdbe1.tar.bz2
pyramid-023c88b67b907dd3682ef71216245609c9bbdbe1.zip
rename set_request_method to add_request_method. closes #683
Diffstat (limited to 'docs/api/config.rst')
-rw-r--r--docs/api/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index 028a55d4b..5d2bce23e 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -40,7 +40,7 @@
:methodcategory:`Extending the Request Object`
- .. automethod:: set_request_method
+ .. automethod:: add_request_method
.. automethod:: set_request_property
:methodcategory:`Using I18N`