From 0c6de005a0e74d0cd8a42dff49f3374b8ecd50ef Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 13 Dec 2012 02:07:24 +0100 Subject: [PATCH] docs: Fix typo --- mopidy/frontends/http/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/frontends/http/__init__.py b/mopidy/frontends/http/__init__.py index 3c96c213..32edde0f 100644 --- a/mopidy/frontends/http/__init__.py +++ b/mopidy/frontends/http/__init__.py @@ -452,7 +452,7 @@ Example to get started with 9. The web page should now queue and play your first playlist every time your load it. See the browser's console for output from the function, any errors, - and a all events that are emitted. + and all events that are emitted. """ # flake8: noqa