It looks like I messed up many occurances of the param docstring keyword in stats.py.
:paruntime total_gcount: Total number of graphs to render.
:type total_gcount: int
:paruntime graph_num: Number for this graph, <= total_gcount.
:type graph_num: int
It looks like I messed up many occurances of the
param
docstring keyword instats.py
.