diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-22 23:48:45 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-23 00:00:07 +0200 |
| commit | 0bf0919151be46a759efaf92c697e5bce2a2e8f0 (patch) | |
| tree | 85534668acc603002ccc9d9daaeba3ee1e31a9a8 | |
| parent | 8db6a62012ea707c5785fbfb565bd80aca685f04 (diff) | |
| download | pyramid-0bf0919151be46a759efaf92c697e5bce2a2e8f0.tar.gz pyramid-0bf0919151be46a759efaf92c697e5bce2a2e8f0.tar.bz2 pyramid-0bf0919151be46a759efaf92c697e5bce2a2e8f0.zip | |
use simpler language
| -rw-r--r-- | pyramid/config/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/__init__.py b/pyramid/config/__init__.py index 6a957901e..175d8f3a4 100644 --- a/pyramid/config/__init__.py +++ b/pyramid/config/__init__.py @@ -104,7 +104,7 @@ class Configurator( A Configurator is used to configure a :app:`Pyramid` :term:`application registry`. - If the ``registry`` argument is passed as a non-``None`` value, it must + If the ``registry`` argument is not ``None``, it must be an instance of the :class:`pyramid.registry.Registry` class representing the registry to configure. If ``registry`` is ``None``, the configurator will create a :class:`pyramid.registry.Registry` instance |
