diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-09 12:58:02 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-09 12:58:02 -0500 |
| commit | a85879baeb0861cb16afd644ebd0fbe78ec4d4bc (patch) | |
| tree | 148fd7b1f97032f52a78f85c044ea80b1fcdcede | |
| parent | 75ca58c3c0029b77f0166cf16341ea5470548318 (diff) | |
| download | pyramid-a85879baeb0861cb16afd644ebd0fbe78ec4d4bc.tar.gz pyramid-a85879baeb0861cb16afd644ebd0fbe78ec4d4bc.tar.bz2 pyramid-a85879baeb0861cb16afd644ebd0fbe78ec4d4bc.zip | |
collapse 2 paragraphs into one
| -rw-r--r-- | pyramid/config.py | 13 |
1 files 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 |
