Commit 198df702 authored by Georgios Dagkakis's avatar Georgios Dagkakis

ERP5Type/Base: fix docstring of getTranslatedTitleOrId

parent 604091f8
......@@ -2314,7 +2314,7 @@ class Base( CopyContainer,
'getTranslatedTitleOrId')
def getTranslatedTitleOrId(self):
"""
Returns the translated title or the id if the id is empty
Returns the translated title or the id if the title is empty
"""
title = self.getTranslatedTitle()
if title is not None:
......
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