New submission from diegoe <die...@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@python
components: Documentation
messages: 386011
nosy: diegoe, docs@python
priority: normal
severity: normal
status: open
title: descriptor howto: typo in "Definition and introduction"
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43082>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to