From bb7f34d619bfe6b4e067af967ab30635c772def9 Mon Sep 17 00:00:00 2001
From: Carl Meyer <carl@oddbird.net>
Date: Mon, 7 Jan 2013 20:16:46 -0700
Subject: [PATCH] Fixed typo in 1.5 release notes; thanks Jonas Obrist.

---
 docs/releases/1.5.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index c5e8c61922..a5ce08aed6 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -67,7 +67,7 @@ can simply remove that line under Django 1.5
 Python compatibility
 ====================
 
-Django 1.5 requires Python 2.6.5 or above, though we **highly recommended**
+Django 1.5 requires Python 2.6.5 or above, though we **highly recommend**
 Python 2.7.3 or above. Support for Python 2.5 and below has been dropped.
 
 This change should affect only a small number of Django users, as most