docstring mod

This commit is contained in:
Benjamin Bertrand 2016-03-07 10:00:41 +03:00
parent 29d0234050
commit b4df404cbd
1 changed files with 1 additions and 3 deletions

View File

@ -91,9 +91,7 @@ class Explicable(Renderable):
@staticmethod @staticmethod
def merge_history(expl1, expl2, operation): def merge_history(expl1, expl2, operation):
""" Take two Explicable objects, explain where they are from and merge their history r""" Take two Explicable objects, explain where they are from and merge their history
/!\ Using this method make the two objects amnesiac
:param expl1: fist explicable :param expl1: fist explicable
:param expl2: second explicable :param expl2: second explicable