Trivial fix typo and PEP 8 coding style violation

telemtry -> telemetry
PEP 8: line too long (81 > 79 characters)

Change-Id: I2f70f64a3a2cbf35e4a5250e1099f176670cb31f
This commit is contained in:
Ngo Quoc Cuong
2017-05-04 13:35:42 +07:00
parent dd3bc8fe61
commit cd50160191
2 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ class Scout(object):
def scout_host(self, base_url, recon_type):
"""
Perform the actual HTTP request to obtain swift recon telemtry.
Perform the actual HTTP request to obtain swift recon telemetry.
:param base_url: the base url of the host you wish to check. str of the
format 'http://127.0.0.1:6200/recon/'

View File

@@ -25,8 +25,8 @@ import six.moves.cPickle as pickle
from six.moves import range
import sqlite3
from swift.common.utils import Timestamp, encode_timestamps, decode_timestamps, \
extract_swift_bytes
from swift.common.utils import Timestamp, encode_timestamps, \
decode_timestamps, extract_swift_bytes
from swift.common.db import DatabaseBroker, utf8encode