mirror of https://github.com/pallets/flask.git
Remove double period in signals documentation page
This commit is contained in:
parent
2b2a764143
commit
d48deba273
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue