From fd4a93d57096aa1a27316aeadb73de99f369d2e8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 7 Dec 2010 23:48:42 -0500 Subject: typo --- pyramid/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v1.2.3