diff --git a/modules/core/events.py b/modules/core/events.py
index 3cec5c26d63bf003c7fc8f03829a69a1bd893996..2f4d7bfbb25963995425ce938fd9e372572d514c 100644
--- a/modules/core/events.py
+++ b/modules/core/events.py
@@ -170,7 +170,7 @@ class EngineEventDispatcher():
         and passes an `PlaylistEntry` to event handlers.
 
         Args:
-            source (String):    The `Entry` or URI or of the media source currently being played
+            source (String):    The `Entry` object *or* the URI of the media source currently playing
         """
         self.logger.debug("on_play(..)")
         entry = None