From 97d1c790743b73ccad7a3073004599c6ae2a7bea Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Thu, 2 Jun 2011 16:39:20 -0700 Subject: Edited pyramid/settings.py via GitHub --- pyramid/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/settings.py b/pyramid/settings.py index b1078f2ec..edea9ce99 100644 --- a/pyramid/settings.py +++ b/pyramid/settings.py @@ -78,7 +78,7 @@ def get_settings(): :func:`pyramid.router.make_app` API. .. warning:: This method is deprecated as of Pyramid 1.0. Use - ``pyramid.threadlocals.get_current_registry().settings`` instead or use + ``pyramid.threadlocal.get_current_registry().settings`` instead or use the ``settings`` attribute of the registry available from the request (``request.registry.settings``). """ -- cgit v1.2.3