Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 222e61e

Browse files
committed
Fix typo reported by Sandro Tosi.
1 parent e324c57 commit 222e61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/descriptor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classes (a class is new style if it inherits from :class:`object` or
4242

4343
Descriptors are a powerful, general purpose protocol. They are the mechanism
4444
behind properties, methods, static methods, class methods, and :func:`super()`.
45-
They are used used throughout Python itself to implement the new style classes
45+
They are used throughout Python itself to implement the new style classes
4646
introduced in version 2.2. Descriptors simplify the underlying C-code and offer
4747
a flexible set of new tools for everyday Python programs.
4848

0 commit comments

Comments
 (0)