ttl: minor docstring cleanup

pull/109/head
Sebastien Bourdeauducq 2015-08-17 23:50:24 +08:00
parent cd199f16ec
commit c625f2e7c9
1 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ class TTLOut:
This should be used with output-only channels.
:param core: core device
:param channel: channel number
"""
def __init__(self, dmgr, channel):
@ -70,7 +69,6 @@ class TTLInOut:
This should be used with bidirectional channels.
:param core: core device
:param channel: channel number
"""
def __init__(self, dmgr, channel):
@ -216,7 +214,6 @@ class TTLClockGen:
This should be used with TTL channels that have a clock generator
built into the gateware (not compatible with regular TTL channels).
:param core: core device
:param channel: channel number
"""
def __init__(self, dmgr, channel):