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.
2 parents 9e2e990 + 222e61e commit e906c13Copy full SHA for e906c13
1 file changed
Doc/howto/descriptor.rst
@@ -42,7 +42,7 @@ classes (a class is new style if it inherits from :class:`object` or
42
43
Descriptors are a powerful, general purpose protocol. They are the mechanism
44
behind properties, methods, static methods, class methods, and :func:`super()`.
45
-They are used used throughout Python itself to implement the new style classes
+They are used throughout Python itself to implement the new style classes
46
introduced in version 2.2. Descriptors simplify the underlying C-code and offer
47
a flexible set of new tools for everyday Python programs.
48
0 commit comments