From 21aa620b6bd65e8368f86a37e55de8e56fccf917 Mon Sep 17 00:00:00 2001 From: Guriec Corbel Date: Fri, 24 Jan 2014 12:43:23 -0500 Subject: [PATCH] Remove the extra "1" --- flask/debughelpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/debughelpers.py b/flask/debughelpers.py index db875775..b1159dba 100644 --- a/flask/debughelpers.py +++ b/flask/debughelpers.py @@ -5,7 +5,7 @@ Various helpers to make the development experience better. -1 :copyright: (c) 2014 by Armin Ronacher. + :copyright: (c) 2014 by Armin Ronacher. :license: BSD, see LICENSE for more details. """ from ._compat import implements_to_string