From 257f2ceb9f10c30d77ffcc29490b74b9211d9c42 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 24 Aug 2011 13:01:34 -0400 Subject: wording --- pyramid/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/config/__init__.py b/pyramid/config/__init__.py index 80fd51d69..dc592977b 100644 --- a/pyramid/config/__init__.py +++ b/pyramid/config/__init__.py @@ -308,7 +308,7 @@ class Configurator( # - the default exceptionresponse_view requires the superdefault view # mapper, so we need to configure it before adding default_view_mapper # - # - provided default renderers should be overrideable without requiring + # - superdefault renderers should be overrideable without requiring # the user to commit before calling config.add_renderer self.commit() -- cgit v1.2.3