This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author diegoe
Recipients diegoe, docs@python
Date 2021-01-31.07:56:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612079819.98.0.888102810331.issue43082@roundup.psfhosted.org>
In-reply-to
Content
In
  https://docs.python.org/3.10/howto/descriptor.html#definition-and-introduction

The paragraph reads:
"""
Definition and introduction

In general, a descriptor is an attribute value that has one of the methods in the descriptor protocol. Those methods are __get__(), __set__(), and __delete__(). If any of those methods are defined for an the attribute, it is said to be a descriptor.
"""

I believe it should be either "an attribute" or "the attribute" in the last sentence. Probably missed it because both options would read fine.
History
Date User Action Args
2021-01-31 07:57:00diegoesetrecipients: + diegoe, docs@python
2021-01-31 07:56:59diegoesetmessageid: <1612079819.98.0.888102810331.issue43082@roundup.psfhosted.org>
2021-01-31 07:56:59diegoelinkissue43082 messages
2021-01-31 07:56:59diegoecreate