mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
Merge pull request #383 from jtremesay/patch-1
Fix a typo in an error message - integeer -> integer
This commit is contained in:
commit
d9054d3cb4
@ -18,7 +18,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
""" Module that provides the delay class."""
|
||||
_errmsg = "arg of delay constructor should be a natural integeer"
|
||||
_errmsg = "arg of delay constructor should be a natural integer"
|
||||
|
||||
|
||||
class delay(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user