X-Git-Url: http://git.kaliko.me/?p=python-musicpdaio.git;a=blobdiff_plain;f=doc%2Fsource%2Fexplanations.rst;h=b3d4fbbc78d183c94083842c084c9d07efbaa605;hp=15155a0df07dd35d6ac35a541ecaa3cace63394e;hb=baa907b0e0378dd0ed09f6e1202f5ed605f3f344;hpb=3bf7d754c5ed0fee383f95e5eb9400fa3ad79c5d diff --git a/doc/source/explanations.rst b/doc/source/explanations.rst index 15155a0..b3d4fbb 100644 --- a/doc/source/explanations.rst +++ b/doc/source/explanations.rst @@ -90,10 +90,4 @@ connection is still in use a new connection is made and kept in the pool. await client.ping() # A connection is made and kept open client.connections # Returns a list; [Connection] - -.. _snake case: https://en.wikipedia.org/wiki/Snake_case -.. _MPD protocol documentation: http://www.musicpd.org/doc/protocol/ -.. _asyncio: https://docs.python.org/3/library/asyncio.html -.. _python-musicpd: https://kaliko.gitlab.io/python-musicpd - .. vim: spell spelllang=en