summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-05-24 05:15:21 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-05-24 05:15:21 +0000
commit331768681f623da6737da5e7345b749d6f360272 (patch)
tree26a587653bd2cac4ef36dccc90d6431ed971ecd5 /docs
parent23e474510aeb36274dc9af1ddac6f4a2e02ef495 (diff)
Fixed #7300 -- Corrected description of YAML in the serialization docs. Thanks for the report, Allan Douglas <allandouglas@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/serialization.txt2
1 files changed, 1 insertions, 1 deletions
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.
========== ==============================================================