[1.8.x] Fixed typo in current_app deprecation note.
Backport of 6b605be5fe
from master
This commit is contained in:
parent
aba74d6f1e
commit
2982143dac
|
@ -187,7 +187,7 @@ different contexts.
|
||||||
|
|
||||||
.. deprecated:: 1.8
|
.. deprecated:: 1.8
|
||||||
|
|
||||||
The ``curent_app`` argument is deprecated. If you need it, you must
|
The ``current_app`` argument is deprecated. If you need it, you must
|
||||||
now use a :class:`RequestContext` instead of a :class:`Context`.
|
now use a :class:`RequestContext` instead of a :class:`Context`.
|
||||||
|
|
||||||
For details, see :ref:`playing-with-context` below.
|
For details, see :ref:`playing-with-context` below.
|
||||||
|
|
Loading…
Reference in New Issue