Merge pull request #1234 from kylebarron/python-docstring

Python syntax: docstring should be string, not comment
This commit is contained in:
Zachary Yedidia
2018-12-10 14:27:30 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ rules:
# numbers
- constant.number: "\\b[0-9]+\\b"
- comment:
- constant.string:
start: "\"\"\""
end: "\"\"\""
rules: []

View File

@@ -28,7 +28,7 @@ rules:
# numbers
- constant.number: "\\b[0-9]+\\b"
- comment:
- constant.string:
start: "\"\"\""
end: "\"\"\""
rules: []