Update docs for tostring

This commit is contained in:
Lance Stout
2011-11-22 15:25:02 -08:00
parent ff5421cefc
commit 6906c15e8e
6 changed files with 58 additions and 37 deletions

View File

@@ -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.
"""