mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (GH-24427)
This commit is contained in:
parent
3b9452691a
commit
f02ef7afcf
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ Definition and introduction
|
||||||
|
|
||||||
In general, a descriptor is an attribute value that has one of the methods in
|
In general, a descriptor is an attribute value that has one of the methods in
|
||||||
the descriptor protocol. Those methods are :meth:`__get__`, :meth:`__set__`,
|
the descriptor protocol. Those methods are :meth:`__get__`, :meth:`__set__`,
|
||||||
and :meth:`__delete__`. If any of those methods are defined for an the
|
and :meth:`__delete__`. If any of those methods are defined for an
|
||||||
attribute, it is said to be a :term:`descriptor`.
|
attribute, it is said to be a :term:`descriptor`.
|
||||||
|
|
||||||
The default behavior for attribute access is to get, set, or delete the
|
The default behavior for attribute access is to get, set, or delete the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue