Skip to content

Commit 37de2fb

Browse files
author
michael-etzkorn
committed
VHDL documentation parser in single quotes wasn't complained about
1 parent 06c8b29 commit 37de2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdlparse/vhdl_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pprint import pprint
99
from hdlparse.minilexer import MiniLexer
1010

11-
'''VHDL documentation parser'''
11+
"""VHDL documentation parser"""
1212

1313
vhdl_tokens = {
1414
'root': [

0 commit comments

Comments
 (0)