Commit 2982143d authored by Preston Timmons's avatar Preston Timmons Committed by Simon Charette
Browse files

[1.8.x] Fixed typo in current_app deprecation note.

Backport of 6b605be5 from master
parent aba74d6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ different contexts.

      .. 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`.

    For details, see :ref:`playing-with-context` below.