From c625f2e7c9bdc9173b163241ae48ec96407adb73 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 17 Aug 2015 23:50:24 +0800 Subject: [PATCH] ttl: minor docstring cleanup --- artiq/coredevice/ttl.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/artiq/coredevice/ttl.py b/artiq/coredevice/ttl.py index b655a256d..d54710e66 100644 --- a/artiq/coredevice/ttl.py +++ b/artiq/coredevice/ttl.py @@ -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):