From 8133a066b67ac151bd710452d6a73f56432b7097 Mon Sep 17 00:00:00 2001 From: Matti Bispham Date: Sat, 31 Aug 2024 21:57:08 +0900 Subject: [PATCH] Fixup typo --- docs/introduction/why-use-river.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/why-use-river.md b/docs/introduction/why-use-river.md index 81efb4d41e..9c5f2744d1 100644 --- a/docs/introduction/why-use-river.md +++ b/docs/introduction/why-use-river.md @@ -14,4 +14,4 @@ River supports different machine learning tasks, including regression, classific ## User experience -River is not the only library allowing you to do online machine learning. But it might just the simplest one to use in the Python ecosystem. River plays nicely with Python dictionaries, therefore making it easy to use in the context of web applications where JSON payloads are aplenty. +River is not the only library allowing you to do online machine learning. But it might just be the simplest one to use in the Python ecosystem. River plays nicely with Python dictionaries, therefore making it easy to use in the context of web applications where JSON payloads are aplenty.