summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wu <webmaster@leapoahead.com>2017-11-16 13:55:10 -0800
committerGitHub <noreply@github.com>2017-11-16 13:55:10 -0800
commite332418cfd91472ec405ca66aa50a34fee9ec67e (patch)
tree336eb565a38f5dde3547692e991a199841ffd1f1
parentf32dac8e3a33b463a40abc447a7f9e318e38183a (diff)
downloadpyramid-e332418cfd91472ec405ca66aa50a34fee9ec67e.tar.gz
pyramid-e332418cfd91472ec405ca66aa50a34fee9ec67e.tar.bz2
pyramid-e332418cfd91472ec405ca66aa50a34fee9ec67e.zip
Update factories.py
-rw-r--r--pyramid/config/factories.py2
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``.