Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba08a1 commit a98fe02Copy full SHA for a98fe02
1 file changed
Doc/howto/descriptor.rst
@@ -497,7 +497,7 @@ Definition and introduction
497
498
In general, a descriptor is an attribute value that has one of the methods in
499
the descriptor protocol. Those methods are :meth:`__get__`, :meth:`__set__`,
500
-and :meth:`__delete__`. If any of those methods are defined for an the
+and :meth:`__delete__`. If any of those methods are defined for an
501
attribute, it is said to be a :term:`descriptor`.
502
503
The default behavior for attribute access is to get, set, or delete the
0 commit comments