Remove double period in signals documentation page

This commit is contained in:
EtiennePelletier 2023-04-24 11:06:27 -06:00
parent 2b2a764143
commit d48deba273
1 changed files with 1 additions and 1 deletions

View File

@ -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