From d191cb910b1e3e64407f7423597641d7312c3516 Mon Sep 17 00:00:00 2001 From: Edwin Onuonga Date: Mon, 30 Dec 2024 15:06:37 +0000 Subject: [PATCH] simplify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f2053..b52d532 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ from dtaidistance import dtw dtw.try_import_c() ``` -If these libraries are not available, Sequentia will fall back to using the Python version of the relevant code instead of C. +If these libraries are unavailable, Sequentia will fall back to using a Python alternative. ### Development