Commit 33176868 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #7300 -- Corrected description of YAML in the serialization docs. Thanks...

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
parent 23e47451
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
    ==========  ==============================================================