From 7a38633582172781fdd5c9dd80e0e4477934cc55 Mon Sep 17 00:00:00 2001 From: Deniz Donmez Date: Thu, 11 Sep 2025 16:40:45 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f64ea..274f1f8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # numethods A small, from-scratch, object-oriented Python package implementing classic numerical methods. -**No NumPy / SciPy solvers used** — algorithms are implemented transparently for learning and research. +**No NumPy / SciPy solvers used**, algorithms are implemented transparently for learning and research. ## Features