Fix flake8-docstrings D403 First word of the first line should be properly capitalized

This commit is contained in:
Labrys of Knossos 2019-04-07 13:33:20 -04:00
commit eec977d909

View file

@ -31,7 +31,7 @@ class UTorrentClient(object):
# TODO refresh token, when necessary
def _make_opener(self, realm, base_url, username, password):
"""uTorrent API need HTTP Basic Auth and cookie support for token verify."""
"""HTTP Basic Auth and cookie support for token verification."""
auth_handler = HTTPBasicAuthHandler()
auth_handler.add_password(realm=realm,
uri=base_url,