Opened 16 years ago

Closed 16 years ago

#6287 closed (fixed)

[patch]Minor typos in sites.txt

Reported by: Horst Gutmann <zerok@…> Owned by: Thejaswi Puthraya
Component: Documentation Version: dev
Severity: Keywords: sites.txt
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the "Here's how Django uses the sites framework" part of the sites.txt for some reason 3 pairs of braces are used for the site- and site_name-template variables.

Attachments (2)

braces.diff (1.0 KB ) - added by Horst Gutmann <zerok@…> 16 years ago.
6287.diff (1.4 KB ) - added by arien 16 years ago.
fixes a thinko in addition to brace typos

Download all attachments as: .zip

Change History (6)

by Horst Gutmann <zerok@…>, 16 years ago

Attachment: braces.diff added

comment:1 by Thejaswi Puthraya, 16 years ago

Owner: changed from nobody to Thejaswi Puthraya
Status: newassigned
Summary: Minor typos in sites.txt[patch]Minor typos in sites.txt
Triage Stage: UnreviewedAccepted

by arien, 16 years ago

Attachment: 6287.diff added

fixes a thinko in addition to brace typos

comment:2 by anonymous, 16 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Chris Beaven, 16 years ago

Sorry, that was me.

comment:4 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [6982]) Fixed #6287 -- Fixed typos in docs/sites.txt. Thanks, arien and Horst Gutmann

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