]> kaliko git repositories - python-musicpdaio.git/blobdiff - doc/source/tutorial.rst
Actually says "What is musicpdaio?", add forge reference
[python-musicpdaio.git] / doc / source / tutorial.rst
index 0540df9a0551d93d7fc58cfda792ef34317e2953..0aee9a4e48631c6f4182e457266cd8aca45b1344 100644 (file)
@@ -53,9 +53,10 @@ to connect to MPD. Cf. :ref:`reference` for more about
 
 The password is sent when a connection is made, no need to explicitly use the
 password command. In the following code a client is constructed with a password argument, then when the ping method is called:
- * the client fetch a connection from the pool
- * then a password command is sent with the password
- * finally the ping command is sent.
+
+* the client fetch a connection from the pool
+* then a password command is sent with the password
+* finally the ping command is sent.
 
 .. sourcecode:: python