Ticket #2306 defect closed fixed
Possible error in documentation, in defer.html
| Reported by: | roup | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | core | Keywords: | Documentation |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
- Page: http://twistedmatrix.com/projects/core/documentation/howto/defer.html
- Section: Multiple callbacks
The example ends with::
# this series of callbacks and errbacks will print "Result: 12" g = Getter() d = g.getData(4) d.addCallback(printData) d.addErrback(printError)
The line::
d = g.getData(4)
should be::
d = g.getDummyData(4)
Change History
Note: See
TracTickets for help on using
tickets.
