[issue43082] descriptor howto: typo in "Definition and introduction"

2021-02-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thank you. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43082] descriptor howto: typo in "Definition and introduction"

2021-02-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset f02ef7afcf67db52f169f809a1b0babb80ec8370 by Miss Islington (bot) in branch '3.9': bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (GH-24427) https://github.com/python/cpython/commit/f02ef7afcf67db52f169f809a1b0babb80ec8370

[issue43082] descriptor howto: typo in "Definition and introduction"

2021-02-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +23237 pull_request: https://github.com/python/cpython/pull/24427 ___ Python tracker _

[issue43082] descriptor howto: typo in "Definition and introduction"

2021-02-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset a98fe02d735e7bfe369fc5ce6efb6c9d82adf3b7 by diegoe in branch 'master': bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) https://github.com/python/cpython/commit/a98fe02d735e7bfe369fc5ce6efb6c9d82adf3b7 -- __

[issue43082] descriptor howto: typo in "Definition and introduction"

2021-01-31 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list m

[issue43082] descriptor howto: typo in "Definition and introduction"

2021-01-31 Thread diegoe
Change by diegoe : -- keywords: +patch pull_requests: +23208 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24394 ___ Python tracker ___ _

[issue43082] descriptor howto: typo in "Definition and introduction"

2021-01-30 Thread diegoe
New submission from diegoe : 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_