#2176 closed defect (fixed)
[patch] Typo fix for keyword argument in DB API documentation
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The attached patch fixes a keyword argument typo in the DB API documentation.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | db-api.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3141]) Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@…