]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix doco v1.11.0
authorBob Halley <halley@dnspython.org>
Sun, 7 Jul 2013 11:20:22 +0000 (12:20 +0100)
committerBob Halley <halley@dnspython.org>
Sun, 7 Jul 2013 11:20:22 +0000 (12:20 +0100)
dns/grange.py

index 2d4799d6e3e909b039042947c0519030a7a0419f..c0607d604e63f62243bc81d0917669e2b30b68eb 100644 (file)
@@ -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.