Opened 18 years ago

Closed 18 years ago

#1742 closed defect (fixed)

[patch] Docs/db-api.txt has small formatting glitches

Reported by: pb@… Owned by: Jacob
Component: Documentation Version: dev
Severity: minor 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

I'm a total greenhorn with RestructuredText but I think my fixes are correct. Mostly very small typos.

Attachments (1)

db-api.patch (3.3 KB ) - added by pb@… 18 years ago.

Download all attachments as: .zip

Change History (3)

by pb@…, 18 years ago

Attachment: db-api.patch added

comment:1 by Antti Kaihola, 18 years ago

It's also possible to use

``QuerySet``\s

if the plural is preferred.

Maybe severity could be lifted to "normal" since these glitches appear as error messages in the on-line documentation?

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2836]) Fixed #1742 -- Fixed ReST errors in docs/db-api.txt. Thanks, pb

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