diff options
author | XhmikosR <xhmikosr@gmail.com> | 2016-01-26 21:30:28 +0200 |
---|---|---|
committer | XhmikosR <xhmikosr@gmail.com> | 2016-01-26 21:30:28 +0200 |
commit | b46520698a0913e1d97148398b0b99ea0491ef6d (patch) | |
tree | 4ddaf35c990c567751f2734b433c2cba443ce28f /scintilla/scripts/FileGenerator.py | |
parent | c8b14b4821a3197d26b6bd2d65b0fca490bc1d09 (diff) | |
download | notepad2-mod-b46520698a0913e1d97148398b0b99ea0491ef6d.zip notepad2-mod-b46520698a0913e1d97148398b0b99ea0491ef6d.tar.gz notepad2-mod-b46520698a0913e1d97148398b0b99ea0491ef6d.tar.bz2 |
Update Scintilla to v3.6.3 HG (25eaad4).4.2.25.970
Diffstat (limited to 'scintilla/scripts/FileGenerator.py')
-rw-r--r-- | scintilla/scripts/FileGenerator.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scintilla/scripts/FileGenerator.py b/scintilla/scripts/FileGenerator.py index e2750eb..11d6d70 100644 --- a/scintilla/scripts/FileGenerator.py +++ b/scintilla/scripts/FileGenerator.py @@ -7,8 +7,8 @@ # Requires Python 2.5 or later # The files are copied to a string apart from sections between a # ++Autogenerated comment and a --Autogenerated comment which is -# generated by the CopyWithInsertion function. After the whole string is -# instantiated, it is compared with the target file and if different the file +# generated by the CopyWithInsertion function. After the whole string is +# instantiated, it is compared with the target file and if different the file # is rewritten. from __future__ import with_statement |