From 9d943e9de325a8ba1ae173882d8722010ca6459d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 6 Jul 2011 15:01:10 -0400 Subject: typo --- pyramid/config.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyramid/config.py b/pyramid/config.py index 2a1a179e5..dbc68a190 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -1975,12 +1975,12 @@ class Configurator(object): The ``kw`` argument represents a set of keyword arguments to pass to the Venusian ``Scanner`` object's constructor. See the :term:`venusian` documentation (its ``Scanner`` class) for more - information. By default, the only keyword arguments passed to the - Scanner constructor are ``{'config':self}`` where ``self`` is this - configurator object. This services the requirement of all built-in - Pyramid decorators, but extension systems may require additional - arguments. Providing this argument is not often necessary; it's an - advanced usage. + information about the constructor. By default, the only keyword + arguments passed to the Scanner constructor are ``{'config':self}`` + where ``self`` is this configurator object. This services the + requirement of all built-in Pyramid decorators, but extension systems + may require additional arguments. Providing this argument is not + often necessary; it's an advanced usage. .. note:: the ``**kw`` argument is new in Pyramid 1.1 """ -- cgit v1.2.3