Added a missing is

This commit is contained in:
Armin Ronacher 2010-08-10 23:10:55 +02:00
parent 9a21c34bb6
commit 6b5ba14521

View file

@ -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