summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-07-07 12:20:22 +0100
committerBob Halley <halley@dnspython.org>2013-07-07 12:20:22 +0100
commit62576b2fa40d71a20db621ccb9ad757f1b62bdd9 (patch)
tree0e6dbd948b91e7de6d89fe362c4efea977580b0e
parentfe1ed1f934710d72873a2cc0b8d542ee74f4a154 (diff)
downloaddnspython-62576b2fa40d71a20db621ccb9ad757f1b62bdd9.tar.gz
fix docov1.11.0
-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.