dfarrell07 / wcbench

CBench, wrapped in stuff that makes it useful.
BSD 2-Clause "Simplified" License
20 stars 9 forks source link

Find/replace error in stats.py #48

Closed dfarrell07 closed 9 years ago

dfarrell07 commented 9 years ago

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