mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
doc string
This commit is contained in:
parent
1db1acf8b7
commit
728dc0fa50
@ -43,7 +43,7 @@ class Error(Exception):
|
||||
return msg
|
||||
|
||||
class ArgumentError(Error):
|
||||
""" always_comb argument should be a normal (non-generator) function"""
|
||||
""" always_comb argument should be a classic function"""
|
||||
|
||||
class NrOfArgsError(Error):
|
||||
""" always_comb argument should be a function without arguments"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user