Skip to content

Commit aba4a5f

Browse files
LassiHeikkilajpgrayson
authored andcommitted
Fix typo in VarDecl.id_code docstring.
1 parent f613631 commit aba4a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcd/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class VarDecl(NamedTuple):
6464
type_: VarType #: Type of variable
6565
size: int #: Size, in bits, of variable
6666
id_code: str
67-
"""Identifer code of variable.
67+
"""Identifier code of variable.
6868
6969
This code is used in subsequent value change descriptors
7070
to map-back to this variable declaration."""

0 commit comments

Comments
 (0)