diff options
author | Lance Stout <lancestout@gmail.com> | 2011-11-22 15:25:02 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-11-22 15:25:02 -0800 |
commit | 6906c15e8ee20633ae0bf94fee1a99d916ceedc8 (patch) | |
tree | f933aee58924c878b3fff92823667c4ba68442fb /sleekxmpp/xmlstream/stanzabase.py | |
parent | ff5421cefcd2f86fef362d8fd8b387f7e812cc85 (diff) | |
download | slixmpp-6906c15e8ee20633ae0bf94fee1a99d916ceedc8.tar.gz slixmpp-6906c15e8ee20633ae0bf94fee1a99d916ceedc8.tar.bz2 slixmpp-6906c15e8ee20633ae0bf94fee1a99d916ceedc8.tar.xz slixmpp-6906c15e8ee20633ae0bf94fee1a99d916ceedc8.zip |
Update docs for tostring
Diffstat (limited to 'sleekxmpp/xmlstream/stanzabase.py')
-rw-r--r-- | sleekxmpp/xmlstream/stanzabase.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sleekxmpp/xmlstream/stanzabase.py b/sleekxmpp/xmlstream/stanzabase.py index 2af5ec3c..6f27c361 100644 --- a/sleekxmpp/xmlstream/stanzabase.py +++ b/sleekxmpp/xmlstream/stanzabase.py @@ -1071,6 +1071,8 @@ class ElementBase(object): def __str__(self, top_level_ns=True): """Return a string serialization of the underlying XML object. + .. seealso:: :ref:`tostring` + :param bool top_level_ns: Display the top-most namespace. Defaults to True. """ |