Remove "triple" from the list of Python keywords

Closes #1243
"triple" is in the list of keywords for Python, but it is not actually a Python keyword.
This commit is contained in:
kms70847 2015-12-11 09:05:12 -05:00 committed by Don Ho
parent 0d35d607bd
commit 90ec3f10d1

View File

@ -196,7 +196,7 @@
<Language name="props" ext="properties" commentLine=";">
</Language>
<Language name="python" ext="py pyw" commentLine="#">
<Keywords name="instre1">and as assert break class continue def del elif else except exec False finally for from global if import in is lambda None not or pass print raise return triple True try while with yield</Keywords>
<Keywords name="instre1">and as assert break class continue def del elif else except exec False finally for from global if import in is lambda None not or pass print raise return True try while with yield</Keywords>
</Language>
<Language name="r" ext="r s splus" commentLine="#">
<Keywords name="instre1">if else repeat while function for in next break TRUE FALSE NULL NA Inf NaN</Keywords>