From 2982143dac244b5d9b49bf65380394f9c6866dd9 Mon Sep 17 00:00:00 2001 From: Preston Timmons Date: Wed, 11 Mar 2015 11:03:57 -0500 Subject: [PATCH] [1.8.x] Fixed typo in current_app deprecation note. Backport of 6b605be5fe5ec62f6a927f868fc0f4e3413cd9e3 from master --- 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 b6d5c9e9c1..c7a52830c3 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.