Ticket #6022 enhancement closed fixed
The docstrings for `test_ownClass` has typos
| Reported by: | gehrhorn | Owned by: | therve |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
The docstring for test_ownClass in twisted/python/test/test_reflectpy3.py reads
""" If x is and instance of Base} and Base defines a method named method, L{accumulateMethods} adds an item to the given dictionary with C{"method"} as the key and a bound method object for Base.method value. """
I've attached a patch that fixes the typos.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

