Opened 20 years ago
Closed 20 years ago
#1723 closed defect (fixed)
Typo in db-api docs
| Reported by: | James Bennett | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | normal | 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
The DB API documentation now recommends the use of str instead of repr, which is fine (though it ought to be advertised a bit more), but on line 25 of db-api.txt, it offers the example of "class str(self)"... I think that's supposed to be 'def', not 'class'?
Note:
See TracTickets
for help on using tickets.
Fixed a couple days ago.