Fixes in README

This commit is contained in:
Antonio de la Rosa 2021-11-13 19:54:32 +01:00
parent 1f3a8e6f83
commit d1790aa085

View file

@ -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: