Commit 7c2c1c35 authored by Vincent Pelletier's avatar Vincent Pelletier

Do not use future in comments.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16169 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 17f7d2dc
......@@ -69,7 +69,7 @@ class CashCurrency(Resource):
security.declareProtected(Permissions.View, 'getTitle')
def getTitle(self, **kw):
"""
The title will depend on the Portal Type and the value, for example :
The title depends on the Portal Type and the value, for example :
Piece de 500
"""
former = getattr(self, 'former', 0)
......@@ -87,7 +87,7 @@ class CashCurrency(Resource):
security.declareProtected(Permissions.View, 'getTranslatedTitle')
def getTranslatedTitle(self,**kw):
"""
The title will depend on the Portal Type and the value, for example :
The title depends on the Portal Type and the value, for example :
Piece de 500
"""
former = getattr(self, 'former', 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment