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

fixed indent

--HG--
branch : 0.8-dev
This commit is contained in:
Christopher Felton 2013-05-10 17:01:50 -05:00
parent ec84444352
commit 2c9ddf1223

View File

@ -147,7 +147,7 @@ templates are similar. ::
The above sequential template is the most commonly used when
writing MyHDL. The following is also used but the reset condition
and values are explicitly stated.
and values are explicitly stated. ::
def top(<parameters>, clock, ..., reset, ...):
...