summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/stanzabase.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-12-31 01:29:12 -0500
committerLance Stout <lancestout@gmail.com>2011-12-31 01:29:12 -0500
commite0545bf0bc06893ca905b2a3ebb4d09c76c24f0c (patch)
tree6a5fe2cee8a3a4bb77d7b99d2d80d9fc7be2511d /sleekxmpp/xmlstream/stanzabase.py
parentd817d64c65c62976481690c0bfc3882621ac0455 (diff)
parent03bc38f7e34f6f8f6d79b58477d56df8e488578c (diff)
downloadslixmpp-e0545bf0bc06893ca905b2a3ebb4d09c76c24f0c.tar.gz
slixmpp-e0545bf0bc06893ca905b2a3ebb4d09c76c24f0c.tar.bz2
slixmpp-e0545bf0bc06893ca905b2a3ebb4d09c76c24f0c.tar.xz
slixmpp-e0545bf0bc06893ca905b2a3ebb4d09c76c24f0c.zip
Merge branch 'develop' into develop-1.1
Diffstat (limited to 'sleekxmpp/xmlstream/stanzabase.py')
-rw-r--r--sleekxmpp/xmlstream/stanzabase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/xmlstream/stanzabase.py b/sleekxmpp/xmlstream/stanzabase.py
index 8678ca14..d1409706 100644
--- a/sleekxmpp/xmlstream/stanzabase.py
+++ b/sleekxmpp/xmlstream/stanzabase.py
@@ -167,7 +167,7 @@ class ElementBase(object):
#: For :class:`ElementBase` subclasses which are intended to be used
#: as plugins, the ``plugin_attrib`` value defines the plugin name.
#: Plugins may be accessed by using the ``plugin_attrib`` value as
- #: the interface. An example using ``plugin_attrib = 'foo'``:
+ #: the interface. An example using ``plugin_attrib = 'foo'``::
#:
#: register_stanza_plugin(Message, FooPlugin)
#: msg = Message()