summaryrefslogtreecommitdiff
path: root/dns/tokenizer.py
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2012-04-08 14:22:51 +0100
committerBob Halley <halley@nominum.com>2012-04-08 14:22:51 +0100
commit7b8e0117a91bab2fa536459e525d309bc445da77 (patch)
treef9275a6ef11e539c74de2c5dd8d6f4b2f1fd540e /dns/tokenizer.py
parenta4d93d43c34dc4d956dd4406ce730d5c9977c003 (diff)
downloaddnspython-7b8e0117a91bab2fa536459e525d309bc445da77.tar.gz
doco fixes
Diffstat (limited to 'dns/tokenizer.py')
-rw-r--r--dns/tokenizer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/tokenizer.py b/dns/tokenizer.py
index 77636a2..adac5e2 100644
--- a/dns/tokenizer.py
+++ b/dns/tokenizer.py
@@ -54,9 +54,9 @@ class Token(object):
@param ttype: The token type
@type ttype: int
- @ivar value: The token value
+ @param value: The token value
@type value: string
- @ivar has_escape: Does the token value contain escapes?
+ @param has_escape: Does the token value contain escapes?
@type has_escape: bool
"""
self.ttype = ttype