From 5b40d9b474a2fd1af1f2373a8f7878a05c9a3c7b Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Thu, 2 May 2024 16:20:47 +0200 Subject: [PATCH] Fix one typo in the blog post --- content/blog/array_api_v2023_release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/array_api_v2023_release.md b/content/blog/array_api_v2023_release.md index 8e073a0..5bb1d6d 100644 --- a/content/blog/array_api_v2023_release.md +++ b/content/blog/array_api_v2023_release.md @@ -18,7 +18,7 @@ on unified API design and behavior. We're particularly excited to share that this year marked a significant milestone in our efforts to facilitate array interoperation within the PyData ecosystem, as we witnessed accelerated adoption of the standard, especially among downstream libraries, such as -[SciPy](https://docs.scipy.org/doc/scipy//dev/api-dev/array_api.html)] and +[SciPy](https://docs.scipy.org/doc/scipy//dev/api-dev/array_api.html) and [scikit-learn](https://scikit-learn.org/stable/modules/array_api.html). ## Brief Background