From 20c6899deb2054f471de6dab32d76c8438b8e829 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 17 Oct 2012 13:00:22 -0400 Subject: [PATCH] calibration: shift settings[0] doctest spacing. --- pycomedi/calibration.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycomedi/calibration.pyx b/pycomedi/calibration.pyx index 49f0028..ec89ec0 100644 --- a/pycomedi/calibration.pyx +++ b/pycomedi/calibration.pyx @@ -316,11 +316,11 @@ cdef class CalibrationSetting (object): >>> c = d.parse_calibration() >>> s = c.settings[0] - >>> print(s) >>> print(s.subdevice) # doctest: +ELLIPSIS + >>> for s in c.settings: ... print('{} {}'.format(s.subdevice.index, s.subdevice.get_type())) ... print(' channels: {}'.format(s.channels)) -- 2.26.2