diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-15 10:13:07 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-15 10:13:07 -0400 |
| commit | c515d77de5b2f62727251ebc32d1292e67811771 (patch) | |
| tree | d47c6230bbab46bf83022730412296574c2893fb /docs/api/scripting.rst | |
| parent | 153c2b9bce3170d58cafa48d819aef4497159091 (diff) | |
| download | pyramid-c515d77de5b2f62727251ebc32d1292e67811771.tar.gz pyramid-c515d77de5b2f62727251ebc32d1292e67811771.tar.bz2 pyramid-c515d77de5b2f62727251ebc32d1292e67811771.zip | |
- get_root2 -> prepare
- change prepare return value to a dict, and return the registry,
request, etc
- various docs and changelog entries.
Diffstat (limited to 'docs/api/scripting.rst')
| -rw-r--r-- | docs/api/scripting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/scripting.rst b/docs/api/scripting.rst index 3e9a814fc..79136a98b 100644 --- a/docs/api/scripting.rst +++ b/docs/api/scripting.rst @@ -7,7 +7,7 @@ .. autofunction:: get_root - .. autofunction:: get_root2 + .. autofunction:: prepare .. autofunction:: make_request |
