From 064758f02a38ede86acd34f64b65628800c41315 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Fri, 22 Jan 2010 12:42:54 +0000
Subject: [PATCH] Fix english sentence

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31904 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testERP5Web.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/tests/testERP5Web.py b/product/ERP5/tests/testERP5Web.py
index b9f9375860..0ecf08d7e2 100644
--- a/product/ERP5/tests/testERP5Web.py
+++ b/product/ERP5/tests/testERP5Web.py
@@ -1180,7 +1180,7 @@ Hé Hé Hé!""", page.asText().strip())
     self.assertTrue('manage_messages' not in response.getBody())
 
   def test_15_Check_LastModified_Header(self):
-    """This allow check that Last-Modified set by caching policy manager
+    """Checks that Last-Modified header set by caching policy manager
     is correctly filled with getModificationDate of content.
     This test check all Policy installed by erp5_web:
     Policy ID - unauthenticated web pages
-- 
2.30.9