summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-10 20:53:40 -0400
committerChris McDonough <chrism@plope.com>2011-08-10 20:53:40 -0400
commita0717bd001174eab13f6db4f42eadbdb971e938e (patch)
treefd358d1b7de0fdf908016c8c6d898cbe27d0ae46
parent57144ec3a2387abc46abea1e00d36c23b25cc1b7 (diff)
downloadpyramid-a0717bd001174eab13f6db4f42eadbdb971e938e.tar.gz
pyramid-a0717bd001174eab13f6db4f42eadbdb971e938e.tar.bz2
pyramid-a0717bd001174eab13f6db4f42eadbdb971e938e.zip
trunk is 1.2dev, who are we fooling
-rw-r--r--pyramid/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config.py b/pyramid/config.py
index 17c0871ef..a47f92330 100644
--- a/pyramid/config.py
+++ b/pyramid/config.py
@@ -604,7 +604,7 @@ class Configurator(object):
will have their pattern prefixed with ``route_prefix``. This can
be used to help mount a set of routes at a different location than
the ``callable``-author intended while still maintaining the same
- route names. This parameter is new as of Pyramid 1.x."""
+ route names. This parameter is new as of Pyramid 1.2."""
_context = self._ctx
if _context is None: