mpd: Fix typo, remove comment

This commit is contained in:
Stein Magnus Jodal 2014-02-16 23:27:04 +01:00
parent daa6af6f1b
commit 3dbf50fa5b
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ class MpdDispatcher(object):
response = []
filter_chain = [
self._catch_mpd_ack_errors_filter,
# TODO: tokenize filter
self._authenticate_filter,
self._command_list_filter,
self._idle_filter,

View File

@ -98,7 +98,7 @@ class Commands(object):
"""Create a decorator that registers a handler and validation rules.
Additional keyword arguments are treated as converters/validators to
apply to tokens converting them to proper Python type`s.
apply to tokens converting them to proper Python types.
Requirements for valid handlers: