diff options
| author | tisdall <tisdall@gmail.com> | 2013-08-09 15:04:17 -0400 |
|---|---|---|
| committer | tisdall <tisdall@gmail.com> | 2013-08-09 15:04:17 -0400 |
| commit | 71d2beb98cfecffe7ee739970d8f4489122200ba (patch) | |
| tree | 53c2a6a57e7d205e78aab7054684d312de6b4fb7 | |
| parent | b32e463fcd27d54759afbc61db7d1c0a13aa8525 (diff) | |
| download | pyramid-71d2beb98cfecffe7ee739970d8f4489122200ba.tar.gz pyramid-71d2beb98cfecffe7ee739970d8f4489122200ba.tar.bz2 pyramid-71d2beb98cfecffe7ee739970d8f4489122200ba.zip | |
"agsinst" to "against"
| -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 |
