]> kaliko git repositories - python-musicpd.git/commitdiff
Fixed "Socket timeout" documentation
authorKaliko Jack <kaliko@azylum.org>
Sat, 30 Dec 2023 10:56:53 +0000 (11:56 +0100)
committerKaliko Jack <kaliko@azylum.org>
Sat, 30 Dec 2023 10:56:53 +0000 (11:56 +0100)
doc/source/use.rst

index 119de2dfc975cc69f4762bba5ffa347c856e470a..106ce90984cb1383437781081e1a72f672bd65e5 100644 (file)
@@ -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
 ----------