From a85879baeb0861cb16afd644ebd0fbe78ec4d4bc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Jan 2011 12:58:02 -0500 Subject: collapse 2 paragraphs into one --- pyramid/config.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pyramid/config.py b/pyramid/config.py index c8c6da99a..9604833f3 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -1905,13 +1905,12 @@ class Configurator(object): The ``categories`` argument, if provided, should be the :term:`Venusian` 'scan categories' to use during scanning. Providing this argument is not often necessary; specifying scan categories is - an extremely advanced usage. - - By default, ``categories`` is ``None`` which will execute *all* - Venusian decorator callbacks including :app:`Pyramid`-related - decorators such as :class:`pyramid.view.view_config`. See the - :ref:`Venusian` documentation for more information about limiting a - scan by using an explicit set of categories. + an extremely advanced usage. By default, ``categories`` is ``None`` + which will execute *all* Venusian decorator callbacks including + :app:`Pyramid`-related decorators such as + :class:`pyramid.view.view_config`. See the :ref:`Venusian` + documentation for more information about limiting a scan by using an + explicit set of categories. """ package = self.maybe_dotted(package) if package is None: # pragma: no cover -- cgit v1.2.3