diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-07 23:48:42 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-07 23:48:42 -0500 |
| commit | fd4a93d57096aa1a27316aeadb73de99f369d2e8 (patch) | |
| tree | 35576035214b41815efc465f22646a89f3493805 | |
| parent | e98d101598b8152b3d761ed9af4153ac8c65f00f (diff) | |
| download | pyramid-fd4a93d57096aa1a27316aeadb73de99f369d2e8.tar.gz pyramid-fd4a93d57096aa1a27316aeadb73de99f369d2e8.tar.bz2 pyramid-fd4a93d57096aa1a27316aeadb73de99f369d2e8.zip | |
typo
| -rw-r--r-- | pyramid/configuration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/configuration.py b/pyramid/configuration.py index 810f1775c..3de194d23 100644 --- a/pyramid/configuration.py +++ b/pyramid/configuration.py @@ -2897,7 +2897,7 @@ class PyramidConfigurationMachine(ConfigurationMachine): refers to a unique identifier for the callable. Return True if processing is needed and False otherwise. If - the callablke needs to be processed, it will be marked as + the callable needs to be processed, it will be marked as processed, assuming that the caller will procces the callable if it needs to be processed. """ |
