summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortisdall <tisdall@gmail.com>2013-08-09 15:03:08 -0400
committertisdall <tisdall@gmail.com>2013-08-09 15:03:08 -0400
commitb32e463fcd27d54759afbc61db7d1c0a13aa8525 (patch)
tree08cc333f7d39bfcd137189c52d9b52aeb926703f
parent866944efa58accab20abca15409803d9e13368b4 (diff)
downloadpyramid-b32e463fcd27d54759afbc61db7d1c0a13aa8525.tar.gz
pyramid-b32e463fcd27d54759afbc61db7d1c0a13aa8525.tar.bz2
pyramid-b32e463fcd27d54759afbc61db7d1c0a13aa8525.zip
"intead" to "instead"
-rw-r--r--pyramid/config/adapters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/adapters.py b/pyramid/config/adapters.py
index fe8e973b1..92c787c6c 100644
--- a/pyramid/config/adapters.py
+++ b/pyramid/config/adapters.py
@@ -216,7 +216,7 @@ class AdaptersConfiguratorMixin(object):
config.add_traverser(MyCustomTraverser)
This would cause the Pyramid superdefault traverser to never be used;
- intead all traversal would be done using your ``MyCustomTraverser``
+ instead all traversal would be done using your ``MyCustomTraverser``
class, no matter which object was returned by the :term:`root
factory` of this application. Note that we passed no arguments to
the ``iface`` keyword parameter. The default value of ``iface``,