From a0717bd001174eab13f6db4f42eadbdb971e938e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 10 Aug 2011 20:53:40 -0400 Subject: trunk is 1.2dev, who are we fooling --- pyramid/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3