From 6906c15e8ee20633ae0bf94fee1a99d916ceedc8 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Tue, 22 Nov 2011 15:25:02 -0800 Subject: Update docs for tostring --- sleekxmpp/xmlstream/stanzabase.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sleekxmpp/xmlstream/stanzabase.py') 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. """ -- cgit v1.2.3