summaryrefslogtreecommitdiff
path: root/cherrypy/lib/cpstats.py
diff options
context:
space:
mode:
authorGustavo Picon <tabo@tabo.pe>2014-01-12 14:47:43 -0500
committerGustavo Picon <tabo@tabo.pe>2014-01-12 14:47:43 -0500
commitebbf43f5ff35c39d5f936b47a5a68d54eaaf27cf (patch)
tree5b45ffb06dc96301b9c6573a886dc6f1cf8bbd3c /cherrypy/lib/cpstats.py
parent84d848e69487b03476ba7e9ebbd1a48657425100 (diff)
downloadcherrypy-git-ebbf43f5ff35c39d5f936b47a5a68d54eaaf27cf.tar.gz
More pep8 cleanups
Diffstat (limited to 'cherrypy/lib/cpstats.py')
-rw-r--r--cherrypy/lib/cpstats.py2
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