diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-24 13:01:34 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-24 13:01:34 -0400 |
| commit | 257f2ceb9f10c30d77ffcc29490b74b9211d9c42 (patch) | |
| tree | 0ffa344ac3161589e9a0c341e9af183164a8956e | |
| parent | 0ded4eb250519abdc01bdf0dc0493f83cb0620a6 (diff) | |
| download | pyramid-257f2ceb9f10c30d77ffcc29490b74b9211d9c42.tar.gz pyramid-257f2ceb9f10c30d77ffcc29490b74b9211d9c42.tar.bz2 pyramid-257f2ceb9f10c30d77ffcc29490b74b9211d9c42.zip | |
wording
| -rw-r--r-- | pyramid/config/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
