X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=musicpd.py;fp=musicpd.py;h=10bcdc4401b7af8f224f2a4f3cc2f71cd76fde1f;hp=2fa12339d9216214b2a604cf2c515d7791f55041;hb=9aa136ff3dc89f1f9a396f8404eb4c8064fa891c;hpb=2399137b973746fdc4286856e1d78c22c7fcaff1 diff --git a/musicpd.py b/musicpd.py index 2fa1233..10bcdc4 100644 --- a/musicpd.py +++ b/musicpd.py @@ -164,12 +164,12 @@ class MPDClient: :py:attr:`musicpd.MPDClient.port` keep track of current connection host and port, :py:attr:`musicpd.MPDClient.pwd` is set once with password extracted from environment variable. - Calling :py:meth:`password` methode with a new password + Calling MPS's password method with a new password won't update :py:attr:`musicpd.MPDClient.pwd` value. Moreover, :py:attr:`musicpd.MPDClient.pwd` is only an helper attribute exposing password extracted from :envvar:`MPD_HOST` environment variable, it - will not be used as default value for the :py:meth:`password` method + will not be used as default value for the MPD's password command. """ def __init__(self): @@ -738,8 +738,8 @@ class MPDClient: """Socket timeout in second (defaults to :py:obj:`SOCKET_TIMEOUT`). Use :py:obj:`None` to disable socket timout. - :setter: Set the socket timeout - :type: int or None (integer > 0) + :setter: Set the socket timeout (integer > 0) + :type: int or None """ return self._socket_timeout