summaryrefslogtreecommitdiff
path: root/dns/grange.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/grange.py')
-rw-r--r--dns/grange.py4
1 files 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.