Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update factories.py
  • Loading branch information
tjwudi committed Nov 16, 2017
1 parent f32dac8 commit e332418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid/config/factories.py
Expand Up @@ -145,7 +145,7 @@ def add_request_method(self,
When adding a property to the request, ``callable`` can either When adding a property to the request, ``callable`` can either
be a callable that accepts the request as its single positional be a callable that accepts the request as its single positional
parameter, or it can be a property descriptor. If ``callable`` is 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 a subclass of ``property``. If ``name`` is ``None``, the name of
the property will be computed from the name of the ``callable``. the property will be computed from the name of the ``callable``.
Expand Down

0 comments on commit e332418

Please sign in to comment.