summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-07-07 12:20:42 +0100
committerBob Halley <halley@dnspython.org>2013-07-07 12:20:42 +0100
commit3fff3c569312349ab42d8ca3241d1bca54d1e90c (patch)
treeab62c243a309b41aaae8a79afa4693bdd175acdd
parent33788bd5d3b44e7cdfc912f979ffd713cdad1939 (diff)
downloaddnspython-3fff3c569312349ab42d8ca3241d1bca54d1e90c.tar.gz
fix docov1.11.0-py3
-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.