forked from orbit-oss/flask
Remove double period in signals documentation page
This commit is contained in:
parent
2b2a764143
commit
d48deba273
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ Creating Signals
|
||||||
|
|
||||||
If you want to use signals in your own application, you can use the
|
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
|
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::
|
most of the time::
|
||||||
|
|
||||||
from blinker import Namespace
|
from blinker import Namespace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue