From 46d17b2850b842d079aebb35ef83ecc44c99cb2b Mon Sep 17 00:00:00 2001 From: kenmanheimer Date: Mon, 7 Nov 2011 11:36:31 -0800 Subject: Correct the description to match the code. --- docs/tutorials/wiki/basiclayout.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst index 47cac597b..311352f5b 100644 --- a/docs/tutorials/wiki/basiclayout.rst +++ b/docs/tutorials/wiki/basiclayout.rst @@ -35,7 +35,7 @@ point happens to be the ``main`` function within the file named #. *Line 12*. We construct a :term:`Configurator` with a :term:`root factory` and the settings keywords parsed by :term:`PasteDeploy`. The root - factory is named ``get_root``. + factory is named ``root_factory``. #. *Line 13*. Register a 'static view' which answers requests which start with with URL path ``/static`` using the -- cgit v1.2.3 From 2723b03b611de3512f46c09f8c53ec324cdee7fc Mon Sep 17 00:00:00 2001 From: kenmanheimer Date: Mon, 7 Nov 2011 12:22:14 -0800 Subject: Greetings. --- CONTRIBUTORS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index a368fb4d2..28a2b5ed4 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -148,3 +148,5 @@ Contributors - Shane Hathaway, 2011/07/22 - Manuel Hermann, 2011/07/11 + +- Ken Manheimer, 2011/11/07 -- cgit v1.2.3