[Python-checkins] cpython (3.2): Fix typo reported by Sandro Tosi.

ezio.melotti python-checkins at python.org
Sun Jul 31 21:50:14 CEST 2011


http://hg.python.org/cpython/rev/14b25e4a5591
changeset:   71658:14b25e4a5591
branch:      3.2
parent:      71650:17e082be4043
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Jul 31 22:49:18 2011 +0300
summary:
  Fix typo reported by Sandro Tosi.

files:
  Doc/howto/descriptor.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst
--- a/Doc/howto/descriptor.rst
+++ b/Doc/howto/descriptor.rst
@@ -42,7 +42,7 @@
 
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list