diff options
| -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 9a3562f94..45762f48e 100644 --- a/pyramid/config/__init__.py +++ b/pyramid/config/__init__.py @@ -631,7 +631,7 @@ class Configurator( self.action_state = ActionState() # old actions have been processed def include(self, callable, route_prefix=None): - """Include a configuration callables, to support imperative + """Include a configuration callable, to support imperative application extensibility. .. warning:: In versions of :app:`Pyramid` prior to 1.2, this |
