| 1 | Index: twisted/python/test/test_reflectpy3.py |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- twisted/python/test/test_reflectpy3.py (revision 35819) |
|---|
| 4 | +++ twisted/python/test/test_reflectpy3.py (working copy) |
|---|
| 5 | @@ -66,7 +66,7 @@ |
|---|
| 6 | """ |
|---|
| 7 | def test_ownClass(self): |
|---|
| 8 | """ |
|---|
| 9 | - If x is and instance of Base} and Base defines a method named method, |
|---|
| 10 | + If x is an instance of Base and Base defines a method named method, |
|---|
| 11 | L{accumulateMethods} adds an item to the given dictionary with |
|---|
| 12 | C{"method"} as the key and a bound method object for Base.method value. |
|---|
| 13 | """ |
|---|