diff options
| author | Michael Merickel <michael@merickel.org> | 2011-08-11 19:50:03 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-08-11 19:50:03 -0500 |
| commit | 290dc3becdbb77e9021aabca777089a09b67c23f (patch) | |
| tree | 2f54476770d520e2a58bde1e3674bd053f629f9d | |
| parent | 4d23e6652272956890ef79f003be3aa86fc7241d (diff) | |
| download | pyramid-290dc3becdbb77e9021aabca777089a09b67c23f.tar.gz pyramid-290dc3becdbb77e9021aabca777089a09b67c23f.tar.bz2 pyramid-290dc3becdbb77e9021aabca777089a09b67c23f.zip | |
garden
| -rw-r--r-- | pyramid/config.py | 4 |
1 files 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). |
