Commit 066cdf70 authored by Vincent Pelletier's avatar Vincent Pelletier

Be more consistent in casing.

parent a40a5f1c
......@@ -546,8 +546,8 @@ def main():
out.write('</head><body><h1>Overall</h1><h2>Parameters</h2>'
'<table class="stats">')
for caption, value in (
('Apdex threshold', '%.2fs' % args.apdex),
('Period', args.period),
('apdex threshold', '%.2fs' % args.apdex),
('period', args.period),
):
out.write('<tr><th class="text">%s</th><td>%s</td></tr>' % (
caption, value))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment