From f7c1737a4b5f870d600b526f986791b13ac58574 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 14 Jan 2013 23:34:55 +0200 Subject: typo --- 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 40c487704..6f078934b 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 -- cgit v1.2.3