diff options
| author | Bob Halley <halley@nominum.com> | 2012-04-08 14:22:51 +0100 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2012-04-08 14:22:51 +0100 |
| commit | 7b8e0117a91bab2fa536459e525d309bc445da77 (patch) | |
| tree | f9275a6ef11e539c74de2c5dd8d6f4b2f1fd540e /dns/tokenizer.py | |
| parent | a4d93d43c34dc4d956dd4406ce730d5c9977c003 (diff) | |
| download | dnspython-7b8e0117a91bab2fa536459e525d309bc445da77.tar.gz | |
doco fixes
Diffstat (limited to 'dns/tokenizer.py')
| -rw-r--r-- | dns/tokenizer.py | 4 |
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 |
