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 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``). """ |
