From e332418cfd91472ec405ca66aa50a34fee9ec67e Mon Sep 17 00:00:00 2001 From: John Wu Date: Thu, 16 Nov 2017 13:55:10 -0800 Subject: Update factories.py --- pyramid/config/factories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``. -- cgit v1.2.3