diff options
| author | Michael Merickel <github@m.merickel.org> | 2019-04-11 21:17:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-11 21:17:30 -0500 |
| commit | 8a6df4e6fd9a86467262a805be4f1541f46bddbc (patch) | |
| tree | 6535f127150a373198e9805790e3a03e339e0818 /docs | |
| parent | 01618a1399f547fb1f89cf8b56600325b4f8d04b (diff) | |
| parent | bd51b6c3afb8bd46d37bbf77e208f2e91401b1db (diff) | |
| download | pyramid-8a6df4e6fd9a86467262a805be4f1541f46bddbc.tar.gz pyramid-8a6df4e6fd9a86467262a805be4f1541f46bddbc.tar.bz2 pyramid-8a6df4e6fd9a86467262a805be4f1541f46bddbc.zip | |
Merge pull request #3483 from luhn/better-action-info
Improve debugging info from view_config decorator
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/view.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/api/view.rst b/docs/api/view.rst index e41212012..fe4b80acb 100644 --- a/docs/api/view.rst +++ b/docs/api/view.rst @@ -14,8 +14,7 @@ .. autoclass:: view_config :members: - .. autoclass:: view_defaults - :members: + .. autofunction:: view_defaults .. autoclass:: notfound_view_config :members: |
