#14619 closed (fixed)
Type-o in "Sending e-mail" documentation
| Reported by: | orblivion | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.2 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/topics/email/
Just search for "The outbox attribute is created when the first message is send." It's under the locmem section. Presumably should be "message is sent".
Change History (2)
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [14463]) Fixed #14619 -- corrected a typo in the email docs.