From 290dc3becdbb77e9021aabca777089a09b67c23f Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 11 Aug 2011 19:50:03 -0500 Subject: garden --- pyramid/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyramid/config.py b/pyramid/config.py index b7fa7cac5..a6d1a6fc5 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -979,8 +979,8 @@ class Configurator(object): The ``under`` and ``over`` arguments allow the caller of ``add_tween`` to provide a hint about where in the tween chain this tween factory should be placed when an implicit tween chain is used. - These hints are only used used when an explicit tween chain is not - used (when the ``pyramid.tweens`` configuration value is not set). + These hints are only used when an explicit tween chain is not used + (when the ``pyramid.tweens`` configuration value is not set). Allowable values for ``under`` or ``over`` (or both) are: - ``None`` (the default). -- cgit v1.2.3