From 0110d06edd2db30c8c5926f3da6d393a05706b92 Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Mon, 13 Oct 2025 12:06:18 +0200 Subject: [PATCH] Fix grammar in README data-driven modeling section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64a2ed0d5..d48ba3af1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Solving a differential problem in **PINA** follows the *four steps pipeline*: Do you want to learn more about it? Look at our [Tutorials](https://github.com/mathLab/PINA/tree/master/tutorials#pina-tutorials). ### Solve Data Driven Problems -Data driven modelling aims to learn a function that given some input data gives an output (e.g. regression, classification, ...). In PINA you can easily do this by: +Data-driven modelling aims to learn a function that given some input data gives an output (e.g. regression, classification, ...). In PINA you can easily do this by: ```python import torch from pina import Trainer