Fix pep8 failure

Fix "./os_performance_tools/collectors/mysql.py:54:80: E501 line too long
(87 > 79 characters)"

This is done with reworking the comment to inline the URL.

Change-Id: Ic3b965cdc8d43fdf8621036a0819d2f7df13fb9c
This commit is contained in:
Andreas Jaeger 2016-01-11 13:07:49 +01:00
parent 9fa4ce73a2
commit 23e932886e
1 changed files with 5 additions and 6 deletions

View File

@ -46,12 +46,11 @@ COLLECT_COUNTERS = (
'Queries',
'Slow_queries',
)
'''These counters' meaning are all documented in the `MySQL manual`_. They are
intended to show a picture of how much has been asked of MySQL, and how busy
MySQL was while executing commands. Each one will be recorded unaltered by name
in the resulting counters mapping.
.. _`MySQL manual`: http://dev.mysql.com/doc/refman/5.6/en/server-status-variables.html
'''These counters' meaning are all documented in the `MySQL manual
<http://dev.mysql.com/doc/refman/5.6/en/server-status-variables.html>`_.
They are intended to show a picture of how much has been asked of
MySQL, and how busy MySQL was while executing commands. Each one will
be recorded unaltered by name in the resulting counters mapping.
'''