diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-09 23:01:06 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-09 23:01:06 -0400 |
| commit | 023c88b67b907dd3682ef71216245609c9bbdbe1 (patch) | |
| tree | 5636c1870e89c07ed64c12c8a0271e7cc64aaeb1 /docs/api/config.rst | |
| parent | cf3d1ef2da328356b88f2d5a1015c0b211dc1e1c (diff) | |
| download | pyramid-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.rst | 2 |
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` |
