Python: Block comment is three single quotes and not two #18

This commit is contained in:
Martin Aeschlimann
2015-11-16 10:49:28 +01:00
parent a8c6596266
commit 889aba99dc

View File

@@ -1,7 +1,7 @@
{
"comments": {
"lineComment": "#",
"blockComment": [ "''", "''" ]
"blockComment": [ "'''", "'''" ]
},
"brackets": [
["{", "}"],