From: Bob Halley Date: Sun, 7 Jul 2013 11:20:22 +0000 (+0100) Subject: fix doco X-Git-Tag: v1.11.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62576b2fa40d71a20db621ccb9ad757f1b62bdd9;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.