From 0bf0919151be46a759efaf92c697e5bce2a2e8f0 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 22 Jan 2013 23:48:45 +0200 Subject: use simpler language --- pyramid/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3