From dc50642a0f5a0d1becaaa86fff33506d4c2fd0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Sun, 18 Dec 2016 21:43:24 -0100 Subject: [PATCH] no message --- flask/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/helpers.py b/flask/helpers.py index 1bd4ad6e..acb382ce 100644 --- a/flask/helpers.py +++ b/flask/helpers.py @@ -972,4 +972,4 @@ def is_ascii(string): :returns: True if string is fully ASCII encoded, False if not :rtype: boolean """ - return all(ord(char) < 128 for char in string): + return all(ord(char) < 128 for char in string);