From d3e99c39a12e7e829ec159a462e144d871e83ab5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 27 Jun 2016 05:22:19 +0000
Subject: [PATCH] ERP5Type: update docstring "will implement" -> implements

---
 product/ERP5/Document/SolverTypeInformation.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/product/ERP5/Document/SolverTypeInformation.py b/product/ERP5/Document/SolverTypeInformation.py
index ac5bfffcba..7791d6bcdb 100644
--- a/product/ERP5/Document/SolverTypeInformation.py
+++ b/product/ERP5/Document/SolverTypeInformation.py
@@ -33,9 +33,7 @@ from Products.ERP5Type.Core.Predicate import Predicate
 from Products.ERP5Type.UnrestrictedMethod import UnrestrictedMethod
 
 class SolverTypeInformation(Predicate, ERP5TypeInformation):
-  """
-    A Type Information class which (will) implement
-    all Solver related methods
+  """A Type Information class which implements all Solver related methods
   """
   # CMF Type Definition
   meta_type = 'ERP5 Solver Type Information'
-- 
2.30.9