From 4011a2c7ad46814b00a5c079c66f40fd649ad6b6 Mon Sep 17 00:00:00 2001 From: Joey5337 <63902653+Joey5337@users.noreply.github.com> Date: Sat, 18 Apr 2020 11:21:24 +0200 Subject: [PATCH] Update api.rst Clarification for Notifier --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 193d1c707..b3191cad2 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -33,7 +33,7 @@ Utilities Notifier -------- -The Notifier object is used as a message distributor for a bus. +The Notifier object is used as a message distributor for a bus. Notifier creates a thread to read messages from the bus and distributes them to listeners. .. autoclass:: can.Notifier :members: