Browse Source

no message

pull/2115/head
José Oliveira 8 years ago
parent
commit
df804e02f8
  1. 2
      flask/helpers.py

2
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)

Loading…
Cancel
Save