From a02346b2a8009e22115766e946850dd0cc262980 Mon Sep 17 00:00:00 2001 From: Jayraj Dulange <117574289+Deus1704@users.noreply.github.com> Date: Tue, 2 Jul 2024 05:06:37 +0530 Subject: [PATCH] should be this --- examples/detecting_swirls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/detecting_swirls.py b/examples/detecting_swirls.py index c430ddbc..7bd426c6 100644 --- a/examples/detecting_swirls.py +++ b/examples/detecting_swirls.py @@ -3,7 +3,7 @@ Detecting Swirls in the Solar Atmosphere ======================================== -This example demonstrates the use of Automatic Swirl Detection Algorithm (ASDA) in detecting and +This example demonstrates the use of Automated Swirl Detection Algorithm (ASDA) in detecting and plotting swirls (vortices) in a 2D velocity flow field. More information on the algorithm can be found in `this paper. `__