From 5362725e019f95e7d3261341073f05653282e0d1 Mon Sep 17 00:00:00 2001 From: Aafke van den Berg Date: Thu, 5 Sep 2024 11:42:58 +0200 Subject: [PATCH] Update docs/examples/droplet_fusion/droplet_fusion.rst Co-authored-by: Joep Vanlier --- docs/examples/droplet_fusion/droplet_fusion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/droplet_fusion/droplet_fusion.rst b/docs/examples/droplet_fusion/droplet_fusion.rst index cbc3e5242..bc9b99447 100644 --- a/docs/examples/droplet_fusion/droplet_fusion.rst +++ b/docs/examples/droplet_fusion/droplet_fusion.rst @@ -105,7 +105,7 @@ Fit the data and plot the result:: The array :math:`popt` contains all the fitted parameters:: - >>>> print(popt) + >>> print(popt) [ 0.04754597 5.39347958 -4.5188036 -6.2716303 ]