From a8495fb188ff77b605dc7dabbe5248644805e3eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bruno=20Reni=C3=A9?= <buburno@gmail.com>
Date: Wed, 28 Nov 2012 14:19:05 +0100
Subject: [PATCH] Typo in the 1.5 release notes

---
 docs/releases/1.5-alpha-1.txt | 2 +-
 docs/releases/1.5-beta-1.txt  | 2 +-
 docs/releases/1.5.txt         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/releases/1.5-alpha-1.txt b/docs/releases/1.5-alpha-1.txt
index fb468cf8b2..8fbeafc68b 100644
--- a/docs/releases/1.5-alpha-1.txt
+++ b/docs/releases/1.5-alpha-1.txt
@@ -83,7 +83,7 @@ Python compatibility
 ====================
 
 Django 1.5 requires Python 2.6.5 or above, though we **highly recommended**
-Python 2.7.3 or above. Support for Python 2.5 and below as been dropped.
+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
 operating-system vendors today are shipping Python 2.6 or newer as their default
diff --git a/docs/releases/1.5-beta-1.txt b/docs/releases/1.5-beta-1.txt
index c2de44bebe..f3bfc2a8fa 100644
--- a/docs/releases/1.5-beta-1.txt
+++ b/docs/releases/1.5-beta-1.txt
@@ -79,7 +79,7 @@ Python compatibility
 ====================
 
 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 as been dropped.
+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
 operating-system vendors today are shipping Python 2.6 or newer as their default
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index ab73b9f0e2..f386fd70b4 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -68,7 +68,7 @@ Python compatibility
 ====================
 
 Django 1.5 requires Python 2.6.5 or above, though we **highly recommended**
-Python 2.7.3 or above. Support for Python 2.5 and below as been dropped.
+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
 operating-system vendors today are shipping Python 2.6 or newer as their default