From: Kaliko Jack Date: Sat, 30 Dec 2023 10:56:53 +0000 (+0100) Subject: Fixed "Socket timeout" documentation X-Git-Tag: v0.9.0~13 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=549a3573ba228d07ef40a2a70b0e23ed2e4c42b2;p=python-musicpd.git Fixed "Socket timeout" documentation --- diff --git a/doc/source/use.rst b/doc/source/use.rst index 119de2d..106ce90 100644 --- a/doc/source/use.rst +++ b/doc/source/use.rst @@ -147,7 +147,7 @@ as a single colon as argument (i.e. sending just ``":"``): Empty start in range (i.e. ":END") are not possible and will raise a CommandError. -Remember the of the tuple is optional, range can still be specified as single string ``"START:END"``. +.. note:: Remember the use of a tuple is **optional**. Range can still be specified as a plain string ``"START:END"``. Iterators ----------