File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -577,12 +577,11 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
577577 do), this is not necessarily the case in general.
578578
579579 .. versionchanged :: 3.8
580- Now this function reports objects with only a :meth: `~object.__set__ ` method
580+ This function now reports objects with only a :meth: `~object.__set__ ` method
581581 as being data descriptors (the presence of :meth: `~object.__get__ ` is no
582582 longer required for that). Moreover, objects with :meth: `~object.__delete__ `,
583583 but not :meth: `~object.__set__ `, are now properly recognized as data
584- descriptors as well (formerly, they were not).
585-
584+ descriptors as well, which was not the case previously.
586585
587586.. function :: isgetsetdescriptor(object)
588587
You can’t perform that action at this time.
0 commit comments