summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-04 05:42:38 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-04 05:42:38 +0000
commit3d4069d949455f1d1e0133e96e6d6b919023c0d3 (patch)
tree1ea710f796d12c9d8790dd49915240ff60d6cc8a
parentac8fe188ecca8f73f5b379bb7e1dd776e52a634f (diff)
downloadpyramid-3d4069d949455f1d1e0133e96e6d6b919023c0d3.tar.gz
pyramid-3d4069d949455f1d1e0133e96e6d6b919023c0d3.tar.bz2
pyramid-3d4069d949455f1d1e0133e96e6d6b919023c0d3.zip
Gah.
-rw-r--r--CHANGES.txt2
-rw-r--r--docs/whatsnew-1.1.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1e9c49482..744e5c406 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,7 +25,7 @@ Bug Fixes
Backwards Incompatibilities
---------------------------
-- The ``repoze.bfg.scripting.get_app`` function now expects a
+- The ``repoze.bfg.scripting.get_root`` function now expects a
``request`` object as its second argument rather than an
``environ``.
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst
index 7feacaad5..c4794d2bc 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -723,7 +723,7 @@ Backwards Incompatibilities
repoze.bfg documentation for more information about configuring
security policies.
-- The ``repoze.bfg.scripting.get_app`` function now expects a
+- The ``repoze.bfg.scripting.get_root`` function now expects a
``request`` object as its second argument rather than an
``environ``.