[Twisted-Python] Possible error in core documentation in defer.html

Hi all, - 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) Should I enter this in TRAC? -- Pierre Rouleau

Jean-Paul Calderone wrote:
Done. Ticket 2306. It's the first ticket I enter here. Let me know if there's any wrong. I read http://twistedmatrix.com/trac/wiki/IssueSubmissionGuidelines but there's not much in that page. I could not find if there's a category for documentation, so I just placed documentation in the keywords field. -- Pierre Rouleau

Jean-Paul Calderone wrote:
Done. Ticket 2306. It's the first ticket I enter here. Let me know if there's any wrong. I read http://twistedmatrix.com/trac/wiki/IssueSubmissionGuidelines but there's not much in that page. I could not find if there's a category for documentation, so I just placed documentation in the keywords field. -- Pierre Rouleau
participants (2)
-
Jean-Paul Calderone
-
Pierre Rouleau