From d48deba27331f11e19599af2a5b6e64476fd90da Mon Sep 17 00:00:00 2001 From: EtiennePelletier Date: Mon, 24 Apr 2023 11:06:27 -0600 Subject: [PATCH] Remove double period in signals documentation page --- docs/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/signals.rst b/docs/signals.rst index 3ba12a5a..739bb0b5 100644 --- a/docs/signals.rst +++ b/docs/signals.rst @@ -99,7 +99,7 @@ Creating Signals If you want to use signals in your own application, you can use the blinker library directly. The most common use case are named signals in a -custom :class:`~blinker.base.Namespace`.. This is what is recommended +custom :class:`~blinker.base.Namespace`. This is what is recommended most of the time:: from blinker import Namespace