From 3f4c7a110ee3f6d61f95a63d1215ffa0623de8b1 Mon Sep 17 00:00:00 2001 From: sdupourque Date: Fri, 16 Aug 2024 15:29:35 +0200 Subject: [PATCH] linting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d54c89..1b73fb47 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ If you are running on HPC or clusters where you can't install things yourself, u ### Update History ##### 1.1.2 -* Switch `scipy.integrate.simps` to `scipy.integrate.simpsons` for compatibility with new releases +* Switch `scipy.integrate.simps` to `scipy.integrate.simpsons` for compatibility with new releases ##### 1.1.1 * Adding general `kwargs` to `add_marker` so one can pass `show_label_in_legend` and other customisations through.