Update docstring

This commit is contained in:
Cédric Messiant 2013-10-08 14:59:20 +02:00
parent 32f7cec74d
commit 75fdb304ea
1 changed files with 1 additions and 1 deletions

View File

@ -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()