]> kaliko git repositories - python-musicpdaio.git/blobdiff - doc/source/explanations.rst
Fixed unused argument
[python-musicpdaio.git] / doc / source / explanations.rst
index 86c45ce2622e0b41ff7d70548cc4587f6c9eea22..ecc0b9bf22bad4d6360eeb304ecb4625b1afb2db 100644 (file)
@@ -3,13 +3,14 @@
 Explanations
 ============
 
-What is musicpdaio?
--------------------
-
  |  « Concurrency is about dealing with lots of things at once. »
  |  Concurrency is not Parallelism -- Rob Pike
 
-**musicpdaio** is the asyncio_ port of python-musicpd_.
+
+What is musicpdaio?
+-------------------
+
+**musicpdaio** is an asynchronous MPD (`Music Player Daemon`_) client library written in Python. It is the asyncio_ port of python-musicpd_.
 
 The goal of this project is to keep python-musicpd_ simplicity and provide
 asyncio_ support.
@@ -19,8 +20,8 @@ Should I use it?
 
  * If you need a plain MPD client to manage you MPD server, then stick with
    non-asyncio module python-musicpd_
- * If you're building an interactive client, concurrent access to MPD or plugin
-   into another asyncio project then use musicpdaio.
+ * If you're building an interactive client, concurrent access to MPD or need
+   to plug into another asyncio project then use musicpdaio.
 
 
 Using the client library