Opened 18 years ago
Closed 18 years ago
#5838 closed (fixed)
"MIMEBase" misspelled as "MIMBase" in "Sending e-mail" section
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| 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
In Sending e-mail under the description of "attach()" the following line has a typo:
"You can pass it a single argument that is an email.MIMBase.MIMEBase instance. This will be inserted directly into the resulting message."
"MIMBase" should be "MIMEBase".
Note:
See TracTickets
for help on using tickets.
(In [6629]) Fixed #5838 -- Fixed typo in email documentation, thanks huddlej@….