From bc414e504a11e91da9e6aa3fdd7e3aea724104f9 Mon Sep 17 00:00:00 2001 From: Igor Sobreira Date: Tue, 23 Nov 2010 09:08:21 -0200 Subject: fixing typo in deprecation warning --- pyramid/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/settings.py b/pyramid/settings.py index 64b108421..928dd1915 100644 --- a/pyramid/settings.py +++ b/pyramid/settings.py @@ -88,7 +88,7 @@ def get_settings(): deprecated( 'get_settings', '(pyramid.settings.get_settings 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