From 6b605be5fe5ec62f6a927f868fc0f4e3413cd9e3 Mon Sep 17 00:00:00 2001 From: Preston Timmons Date: Wed, 11 Mar 2015 11:03:57 -0500 Subject: [PATCH] Fixed typo in current_app deprecation note. --- docs/ref/templates/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 07dd2f1bb1..4d73bf3793 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -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.