Opened 16 years ago
Closed 16 years ago
#7300 closed (fixed)
YAML inconsistency in http://www.djangoproject.com/documentation/serialization/
Reported by: | 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.
"
- There is a typo here, should be: Yet Another Markup Language
- The acronym has changed, it's "YAML Ain't Markup Language" (see http://en.wikipedia.org/wiki/YAML)
Note:
See TracTickets
for help on using tickets.
(In [7548]) Fixed #7300 -- Corrected description of YAML in the serialization docs. Thanks for the report, Allan Douglas <allandouglas@…>.