Opened 18 years ago

Closed 18 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'?

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed a couple days ago.

Note: See TracTickets for help on using tickets.
Back to Top