Skip to content

Commit f02ef7a

Browse files
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (GH-24427)
1 parent 3b94526 commit f02ef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/descriptor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ Definition and introduction
497497

498498
In general, a descriptor is an attribute value that has one of the methods in
499499
the descriptor protocol. Those methods are :meth:`__get__`, :meth:`__set__`,
500-
and :meth:`__delete__`. If any of those methods are defined for an the
500+
and :meth:`__delete__`. If any of those methods are defined for an
501501
attribute, it is said to be a :term:`descriptor`.
502502

503503
The default behavior for attribute access is to get, set, or delete the

0 commit comments

Comments
 (0)