diff options
| -rw-r--r-- | pyramid/config/factories.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/factories.py b/pyramid/config/factories.py index e84e5d7c2..202c3ef61 100644 --- a/pyramid/config/factories.py +++ b/pyramid/config/factories.py @@ -145,7 +145,7 @@ class FactoriesConfiguratorMixin(object): When adding a property to the request, ``callable`` can either be a callable that accepts the request as its single positional parameter, or it can be a property descriptor. If ``callable`` is - a property descriptor, it has to be a instance of a class which is + a property descriptor, it has to be an instance of a class which is a subclass of ``property``. If ``name`` is ``None``, the name of the property will be computed from the name of the ``callable``. |
