[Python-checkins] cpython (merge 3.2 -> default): Merge typo fix.

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


http://hg.python.org/cpython/rev/fe0d3fab0812
changeset:   71659:fe0d3fab0812
parent:      71656:d98b5e0f0862
parent:      71658:14b25e4a5591
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Jul 31 22:50:01 2011 +0300
summary:
  Merge typo fix.

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