From 331768681f623da6737da5e7345b749d6f360272 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 24 May 2008 05:15:21 +0000 Subject: [PATCH] Fixed #7300 -- Corrected description of YAML in the serialization docs. Thanks for the report, Allan Douglas . git-svn-id: http://code.djangoproject.com/svn/django/trunk@7548 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/serialization.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serialization.txt b/docs/serialization.txt index e901410f1c..8a672d8b8a 100644 --- a/docs/serialization.txt +++ b/docs/serialization.txt @@ -112,7 +112,7 @@ Django "ships" with a few included serializers: strings, etc.). Not really all that useful on its own, but used as a base for other serializers. - ``yaml`` Serializes to YAML (Yet Another Markup Lanuage). This + ``yaml`` Serializes to YAML (YAML Ain't a Markup Language). This serializer is only available if PyYAML_ is installed. ========== ==============================================================