From 330c330655d5120b6556025765f3343b7a47ea87 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 15 Jul 2011 15:34:05 -0400 Subject: typo --- pyramid/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/config.py b/pyramid/config.py index 4a5514d9a..bc4d4e689 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -977,7 +977,7 @@ class Configurator(object): def make_wsgi_app(self): """ Commits any pending configuration statements, sends a :class:`pyramid.events.ApplicationCreated` event to all listeners, - adds this configuration's reigstry to + adds this configuration's registry to :attr:`pyramid.config.global_registries`, and returns a :app:`Pyramid` WSGI application representing the committed configuration state.""" -- cgit v1.2.3