diff options
| -rw-r--r-- | pyramid/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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``)).') |
