From 62576b2fa40d71a20db621ccb9ad757f1b62bdd9 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 7 Jul 2013 12:20:22 +0100 Subject: fix doco --- dns/grange.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/grange.py b/dns/grange.py index 2d4799d..c0607d6 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. -- cgit v1.2.1