Opened 10 years ago
Closed 10 years ago
#5431 defect closed fixed (fixed)
typo in doc/core/howto/endpoints.xhtml
Reported by: | warner | Owned by: | Jean-Paul Calderone |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | core | Keywords: | |
Cc: | Branch: | ||
Author: |
Description
The endpoints HOWTO has a small-but-confusing typo: it recommends using (a non-sensical) reactor.callback(30, attempt.cancel)
instead of the real reactor.callLater
.
Patch included.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | endpoints-doc.diff added |
---|
comment:1 Changed 10 years ago by
Keywords: | review added |
---|
comment:2 Changed 10 years ago by
Keywords: | review removed |
---|---|
Owner: | set to Jean-Paul Calderone |
Thanks, looks good.
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
patch to fix the typo