Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
only a single call is forwarded
  • Loading branch information
rhettinger committed Nov 6, 2020
commit 84e8e953df66c5d86e73f71b894dc64d06a571ac
2 changes: 1 addition & 1 deletion Doc/howto/descriptor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ Properties
----------

Calling :func:`property` is a succinct way of building a data descriptor that
triggers function calls upon access to an attribute. Its signature is::
triggers a function call upon access to an attribute. Its signature is::

property(fget=None, fset=None, fdel=None, doc=None) -> property

Expand Down