From 75fdb304ea5ecbf669716e87245602d9cbbb075e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Messiant?= Date: Tue, 8 Oct 2013 14:59:20 +0200 Subject: [PATCH] Update docstring --- src/collective/contact/core/content/held_position.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collective/contact/core/content/held_position.py b/src/collective/contact/core/content/held_position.py index 0308dc4..0f96e99 100644 --- a/src/collective/contact/core/content/held_position.py +++ b/src/collective/contact/core/content/held_position.py @@ -127,7 +127,7 @@ class HeldPosition(Container): def Title(self): """The held position's title is constituted by the position's - title and the root organization's title""" + title, the organization's title and the root organization's title""" position = self.position.to_object organization = self.get_organization() root_organization = organization.get_root_organization()