Merge pull request #5077 from EtiennePelletier/master

Remove double period in signals documentation page
This commit is contained in:
David Lord 2023-04-24 12:21:42 -06:00 committed by GitHub
commit 0c5f18ab91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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