diff options
| author | Chris McDonough <chrism@plope.com> | 2012-08-16 11:25:39 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-08-16 11:25:39 -0400 |
| commit | 33bd53758ef69de22eb8d7282461da6ba3e35083 (patch) | |
| tree | 41b16cd29290db03aa097dd7febfdb66bfa62812 /docs/api | |
| parent | 8c7b0f14b2c55e653bb0d4a18e3de299b7abe208 (diff) | |
| parent | 9cdb28614e558a886cb75d1d9ce9689621199722 (diff) | |
| download | pyramid-33bd53758ef69de22eb8d7282461da6ba3e35083.tar.gz pyramid-33bd53758ef69de22eb8d7282461da6ba3e35083.tar.bz2 pyramid-33bd53758ef69de22eb8d7282461da6ba3e35083.zip | |
Merge branch 'mmerickel-feature.instance-properties'
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/config.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index 1b887988a..028a55d4b 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -38,8 +38,9 @@ .. automethod:: set_default_permission .. automethod:: add_permission - :methodcategory:`Setting Request Properties` + :methodcategory:`Extending the Request Object` + .. automethod:: set_request_method .. automethod:: set_request_property :methodcategory:`Using I18N` |
