Michael Merickel
2018-10-19 d579f2104de139e0b0fc5d6c81aabb2f826e5e54
src/pyramid/config/tweens.py
@@ -10,7 +10,7 @@
from pyramid.util import is_string_or_iterable, TopologicalSorter
from pyramid.config.util import action_method
from pyramid.config.actions import action_method
class TweensConfiguratorMixin(object):
@@ -56,7 +56,7 @@
        - An iterable of any combination of the above. This allows the user
          to specify fallbacks if the desired tween is not included, as well
          as compatibility with multiple other tweens.
        ``under`` means 'closer to the main Pyramid application than',
        ``over`` means 'closer to the request ingress than'.