From ba78feb9f86fb064da64bb6fb91401bcd4f1e5ff Mon Sep 17 00:00:00 2001 From: inytar Date: Thu, 16 Mar 2017 11:20:21 -0400 Subject: [PATCH] Fix a typo in the absubmit documentation --- docs/plugins/absubmit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/absubmit.rst b/docs/plugins/absubmit.rst index 665133c64..feebc1642 100644 --- a/docs/plugins/absubmit.rst +++ b/docs/plugins/absubmit.rst @@ -9,7 +9,7 @@ Installation The `absubmit` plugin requires the `streaming_extractor_music`_ program to run. Its source can be found on `GitHub`_, and while it is possible to compile the extractor from source, AcousticBrainz would prefer if you used their binary (see the AcousticBrainz `FAQ`_). -The `absubmit` also plugin requires `requests`_, which you can install using `pip_` by typing:: +The `absubmit` also plugin requires `requests`_, which you can install using `pip`_ by typing:: pip install requests