aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/Face.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Face.py')
-rw-r--r--scripts/Face.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Face.py b/scripts/Face.py
index 0fb7253b7..94451bc26 100644
--- a/scripts/Face.py
+++ b/scripts/Face.py
@@ -2,7 +2,7 @@
# Face.py - module for reading and parsing Scintilla.iface file
# Implemented 2000 by Neil Hodgson neilh@scintilla.org
# Released to the public domain.
-# Requires Python 2.5 or later
+# Requires Python 2.7 or later
def sanitiseLine(line):
if line[-1:] == '\n': line = line[:-1]