Skip to content

Commit 889aba9

Browse files
committed
Python: Block comment is three single quotes and not two #18
1 parent a8c6596 commit 889aba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/python/python.configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comments": {
33
"lineComment": "#",
4-
"blockComment": [ "''", "''" ]
4+
"blockComment": [ "'''", "'''" ]
55
},
66
"brackets": [
77
["{", "}"],

0 commit comments

Comments
 (0)