diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-14 16:07:47 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-14 16:07:47 -0800 |
| commit | fc69dbc24d540e1679e5d2149a366db6b133b1eb (patch) | |
| tree | be4f1727d8fd8ea84ea88ded6eba1cfe22a10520 | |
| parent | ef5f08ad63806f81ee589291dfc4e33a9d1cf623 (diff) | |
| parent | f7c1737a4b5f870d600b526f986791b13ac58574 (diff) | |
| download | pyramid-fc69dbc24d540e1679e5d2149a366db6b133b1eb.tar.gz pyramid-fc69dbc24d540e1679e5d2149a366db6b133b1eb.tar.bz2 pyramid-fc69dbc24d540e1679e5d2149a366db6b133b1eb.zip | |
Merge pull request #796 from tshepang/typos
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 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 |
