summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/config/__init__.py2
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()