diff options
| author | Preston Timmons <prestontimmons@gmail.com> | 2015-03-11 11:03:57 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2015-03-11 12:34:42 -0400 |
| commit | 6b605be5fe5ec62f6a927f868fc0f4e3413cd9e3 (patch) | |
| tree | c3c391e27ebbfd6919aa1e4f403a093656cd23a8 /docs/ref | |
| parent | 5cf8f4596cd17f7a6096f7d5df92dde038cb12bf (diff) | |
Fixed typo in current_app deprecation note.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
