From: Bob Halley Date: Sun, 7 Jul 2013 11:20:42 +0000 (+0100) Subject: fix doco X-Git-Tag: v1.11.0-py3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fff3c569312349ab42d8ca3241d1bca54d1e90c;p=thirdparty%2Fdnspython.git fix doco --- diff --git a/dns/grange.py b/dns/grange.py index 2d4799d6..c0607d60 100644 --- a/dns/grange.py +++ b/dns/grange.py @@ -23,8 +23,8 @@ def from_text(text): @param text: the textual range @type text: string - @return range: The start, stop and step values. - @type range: tuple + @return: The start, stop and step values. + @rtype: tuple """ # TODO, figure out the bounds on start, stop and step.