[New-bugs-announce] [issue43082] descriptor howto: typo in "Definition and introduction"

diegoe report at bugs.python.org
Sun Jan 31 02:56:59 EST 2021


New submission from diegoe <diegoe at gnome.org>:

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.

----------
assignee: docs at python
components: Documentation
messages: 386011
nosy: diegoe, docs at python
priority: normal
severity: normal
status: open
title: descriptor howto: typo in "Definition and introduction"
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43082>
_______________________________________


More information about the New-bugs-announce mailing list