diff --git a/docs/api/frontends.rst b/docs/api/frontends.rst
index dc53cca2..af0cc991 100644
--- a/docs/api/frontends.rst
+++ b/docs/api/frontends.rst
@@ -7,7 +7,7 @@ The following requirements applies to any frontend implementation:
- A frontend MAY do mostly whatever it wants to, including creating threads,
opening TCP ports and exposing Mopidy for a group of clients.
- A frontend MUST implement at least one `Pykka
- `_ actor, called the "main actor" from here
+ `_ actor, called the "main actor" from here
on.
- It MAY use additional actors to implement whatever it does, and using actors
in frontend implementations is encouraged.
diff --git a/docs/changes.rst b/docs/changes.rst
index dfc777f0..8235e95d 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -261,7 +261,7 @@ loading from Mopidy 0.3.0 is still present.
**Important changes**
-- Mopidy now depends on `Pykka `_ >=0.12. If you
+- Mopidy now depends on `Pykka `_ >=0.12. If you
install from APT, Pykka will automatically be installed. If you are not
installing from APT, you may install Pykka from PyPI::
diff --git a/docs/installation/index.rst b/docs/installation/index.rst
index 8fd3e840..8dd47ada 100644
--- a/docs/installation/index.rst
+++ b/docs/installation/index.rst
@@ -25,7 +25,7 @@ Otherwise, make sure you got the required dependencies installed.
- Python >= 2.6, < 3
-- `Pykka `_ >= 0.12.3
+- `Pykka `_ >= 0.12.3
- GStreamer >= 0.10, with Python bindings. See :doc:`gstreamer`.