We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c8b29 commit 37de2fbCopy full SHA for 37de2fb
hdlparse/vhdl_parser.py
@@ -8,7 +8,7 @@
8
from pprint import pprint
9
from hdlparse.minilexer import MiniLexer
10
11
-'''VHDL documentation parser'''
+"""VHDL documentation parser"""
12
13
vhdl_tokens = {
14
'root': [
0 commit comments