Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,

as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
Terry Jan Reedy 2013-03-11 17:57:08 -04:00
parent 0158af38b7
commit c30b7b16ea
13 changed files with 40 additions and 38 deletions

View file

@ -316,7 +316,7 @@ Attributes defined by get/set methods
... return self.__set(inst, value)
Now let's define a class with an attribute x defined by a pair of methods,
getx() and and setx():
getx() and setx():
>>> class C(object):
...