From b4df404cbd6698da78582d797648866be0454538 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Mon, 7 Mar 2016 10:00:41 +0300 Subject: [PATCH] docstring mod --- pymath/calculus/explicable.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pymath/calculus/explicable.py b/pymath/calculus/explicable.py index 1c87b1c..03e939f 100644 --- a/pymath/calculus/explicable.py +++ b/pymath/calculus/explicable.py @@ -91,9 +91,7 @@ class Explicable(Renderable): @staticmethod def merge_history(expl1, expl2, operation): - """ Take two Explicable objects, explain where they are from and merge their history - - /!\ Using this method make the two objects amnesiac + r""" Take two Explicable objects, explain where they are from and merge their history :param expl1: fist explicable :param expl2: second explicable