diff options
| -rw-r--r-- | pyramid/config/adapters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/adapters.py b/pyramid/config/adapters.py index 92c787c6c..5573b6748 100644 --- a/pyramid/config/adapters.py +++ b/pyramid/config/adapters.py @@ -228,7 +228,7 @@ class AdaptersConfiguratorMixin(object): time. The traverser used can depend on the result of the :term:`root factory`. For instance, if your root factory returns more than one type of object conditionally, you could claim that an alternate - traverser adapter should be used agsinst one particular class or + traverser adapter should be used against one particular class or interface returned by that root factory. When the root factory returned an object that implemented that class or interface, a custom traverser would be used. Otherwise, the default traverser would be |
