diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-14 23:34:55 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-14 23:34:55 +0200 |
| commit | f7c1737a4b5f870d600b526f986791b13ac58574 (patch) | |
| tree | b94dc1bf6403d134a8dd0def8664789a4a470ced | |
| parent | b00f1e46f100d8a23041a1bb7a7b37b026170fe3 (diff) | |
| download | pyramid-f7c1737a4b5f870d600b526f986791b13ac58574.tar.gz pyramid-f7c1737a4b5f870d600b526f986791b13ac58574.tar.bz2 pyramid-f7c1737a4b5f870d600b526f986791b13ac58574.zip | |
typo
| -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 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 |
