Commit 222e61e4 authored by Ezio Melotti's avatar Ezio Melotti

Fix typo reported by Sandro Tosi.

parent e324c573
......@@ -42,7 +42,7 @@ classes (a class is new style if it inherits from :class:`object` or
Descriptors are a powerful, general purpose protocol. They are the mechanism
behind properties, methods, static methods, class methods, and :func:`super()`.
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
introduced in version 2.2. Descriptors simplify the underlying C-code and offer
a flexible set of new tools for everyday Python programs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment