From f053d450e0034b9b231e7506544cb0c2dfb9c1a0 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 27 Jul 2009 02:06:06 +0000 Subject: [PATCH] [1.0.X] Fixed #11519 -- Corrected minor typo in release notes index. Merge of r11338 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11339 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 954448bf89..ef105c33a9 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -3,7 +3,7 @@ Release notes ============= -Releases notes for the official Django releases. Each release note will tell you +Release notes for the official Django releases. Each release note will tell you what's new in each version, and will also describe any backwards-incompatible changes made in that version.