From 66f1a5298db8607165c38294b13c3e1883ce8555 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 15 Mar 2012 09:45:57 -0400 Subject: [PATCH] Add docstring to Channel.get_range. --- pycomedi/channel.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/pycomedi/channel.pyx b/pycomedi/channel.pyx index 015635f..8da695c 100644 --- a/pycomedi/channel.pyx +++ b/pycomedi/channel.pyx @@ -97,6 +97,7 @@ cdef class Channel (object): return ret def get_range(self, index): + "`Range` instance for the `index`\ed range." return self._get_range(index) def _find_range(self, unit, min, max): -- 2.26.2