mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
Fix typo reported by Sandro Tosi.
This commit is contained in:
parent
3facb8cc1a
commit
c1fc2e177d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Descriptors are a powerful, general purpose protocol. They are the mechanism
|
||||||
behind properties, methods, static methods, class methods, and :func:`super()`.
|
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
|
introduced in version 2.2. Descriptors simplify the underlying C-code and offer
|
||||||
a flexible set of new tools for everyday Python programs.
|
a flexible set of new tools for everyday Python programs.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue