From 881aa3ab2dad11edcddd0d5996fea9bdc3132224 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 29 Jun 2010 15:59:55 +0200 Subject: [PATCH] Fixed an rst syntax error --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 4c45c2dd..b6c81d10 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -302,7 +302,7 @@ Useful Internals use is discouraged in general. The following attributes are always present on each layer of the - stack:: + stack: `app` the active Flask application.