forked from orbit-oss/flask
Merge pull request #5077 from EtiennePelletier/master
Remove double period in signals documentation page
This commit is contained in:
commit
0c5f18ab91
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