Little fix in README.md
This commit is contained in:
parent
6852885148
commit
86b0283eec
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ def stat(obj_stats):
|
||||||
|
|
||||||
You define a function with name *stat* and arguments *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. The function returns *obj_stats* modified.
|
*obj_stats* is a python dictionary. 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:
|
Next, you need modify your configuration with this line:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue