Skip to content

Commit

Permalink
Fix typo in VarDecl.id_code docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
LassiHeikkila authored and jpgrayson committed Nov 6, 2024
1 parent f613631 commit aba4a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcd/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class VarDecl(NamedTuple):
type_: VarType #: Type of variable
size: int #: Size, in bits, of variable
id_code: str
"""Identifer code of variable.
"""Identifier code of variable.
This code is used in subsequent value change descriptors
to map-back to this variable declaration."""
Expand Down

0 comments on commit aba4a5f

Please sign in to comment.