Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pyxmpp
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2010-04-04 21:25:27 +0400
committerJacek Konieczny <jajcus@jajcus.net>2010-04-04 21:25:27 +0400
commitbf98f8a84dfcbb93fcb2c1c13c81ed33c1d76336 (patch)
treec7f5006562b31f35fe3c9b4f2379595f8b02138f /pyxmpp
parent3153f899c353fbcc9c64b862b2af3597b7946723 (diff)
- Option class documentation updated – .values attribute is no more (re #18)
Diffstat (limited to 'pyxmpp')
-rw-r--r--pyxmpp/jabber/dataforms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyxmpp/jabber/dataforms.py b/pyxmpp/jabber/dataforms.py
index fca7911..d266d89 100644
--- a/pyxmpp/jabber/dataforms.py
+++ b/pyxmpp/jabber/dataforms.py
@@ -39,10 +39,10 @@ class Option(StanzaPayloadObject):
:Ivariables:
- `label`: option label.
- - `values`: option values.
+ - `value`: option value.
:Types:
- `label`: `unicode`
- - `values`: `list` of `unicode`
+ - `value`: `unicode`
"""
xml_element_name = "option"
xml_element_namespace = DATAFORM_NS