From 8b3fc38c66334e7185c509b7d666df0b5d556541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bel=C3=A1k?= Date: Thu, 15 Feb 2024 10:14:22 +0100 Subject: [PATCH] docs: fix missing comma in readme (#203) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e38812..1c0a579 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Edvart supports: - Univariate analysis, - Bivariate analysis, - Multivariate analysis, - - Grouped analysis + - Grouped analysis, - Time series analysis. * **Customizable Reports**: Produce, iterate, and style detailed reports in Jupyter notebooks and HTML formats.