diff options
author | Gustavo Picon <tabo@tabo.pe> | 2014-01-12 14:47:43 -0500 |
---|---|---|
committer | Gustavo Picon <tabo@tabo.pe> | 2014-01-12 14:47:43 -0500 |
commit | ebbf43f5ff35c39d5f936b47a5a68d54eaaf27cf (patch) | |
tree | 5b45ffb06dc96301b9c6573a886dc6f1cf8bbd3c /cherrypy/lib/cpstats.py | |
parent | 84d848e69487b03476ba7e9ebbd1a48657425100 (diff) | |
download | cherrypy-git-ebbf43f5ff35c39d5f936b47a5a68d54eaaf27cf.tar.gz |
More pep8 cleanups
Diffstat (limited to 'cherrypy/lib/cpstats.py')
-rw-r--r-- | cherrypy/lib/cpstats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/cpstats.py b/cherrypy/lib/cpstats.py index 7ec90622..3539507a 100644 --- a/cherrypy/lib/cpstats.py +++ b/cherrypy/lib/cpstats.py @@ -68,7 +68,7 @@ Each namespace, then, is a dict of named statistical values, such as good on a report: spaces and capitalization are just fine. In addition to scalars, values in a namespace MAY be a (third-layer) -dict, or a list, called a "collection". For example, the CherryPy +dict, or a list, called a "collection". For example, the CherryPy :class:`StatsTool` keeps track of what each request is doing (or has most recently done) in a 'Requests' collection, where each key is a thread ID; each value in the subdict MUST be a fourth dict (whew!) of statistical data about |