1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00

doc string

This commit is contained in:
jand 2003-08-05 13:44:52 +00:00
parent 1db1acf8b7
commit 728dc0fa50

View File

@ -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"""