From d1790aa0851ea36ac50587eccdf9ff66f22f70f9 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sat, 13 Nov 2021 19:54:32 +0100 Subject: [PATCH] Fixes in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6639af0..3ace7cc 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ def stat(obj_stats): You define a function with name *stat* and arguments *obj_stats* -*obj_stats* is a python object. You can add new data or manipulate original collected data for your own proposites. +*obj_stats* is a python object. You can add new data or manipulate original collected data for your own proposites. The function returns *obj_stats* modified. Next, you need modify your configuration with this line: