Opened 16 years ago

Closed 16 years ago

#7300 closed (fixed)

YAML inconsistency in http://www.djangoproject.com/documentation/serialization/

Reported by: Allan Douglas <allandouglas@…> Owned by: nobody
Component: Documentation Version: dev
Severity: 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

From http://www.djangoproject.com/documentation/serialization/:

In serialization formats:
"
yaml Serializes to YAML (Yet Another Markup Lanuage). This serializer is only available if PyYAML is installed.
"

  1. There is a typo here, should be: Yet Another Markup Language
  2. The acronym has changed, it's "YAML Ain't Markup Language" (see http://en.wikipedia.org/wiki/YAML)

Change History (1)

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [7548]) Fixed #7300 -- Corrected description of YAML in the serialization docs. Thanks for the report, Allan Douglas <allandouglas@…>.

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