From 6b5ba145213d49078dc03f3f62fb3ad5aa139e68 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 10 Aug 2010 23:10:55 +0200 Subject: [PATCH] Added a missing is --- docs/patterns/flashing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/flashing.rst b/docs/patterns/flashing.rst index b491712f..4cea0206 100644 --- a/docs/patterns/flashing.rst +++ b/docs/patterns/flashing.rst @@ -14,7 +14,7 @@ template that does this. Simple Flashing --------------- -So here a full example:: +So here is a full example:: from flask import flash, redirect, url_for, render_template