diff --git a/README.md b/README.md index 8e6568d..4c396b4 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,12 @@ with! XmlBlock() as tree: +type(tree) +# xml.etree.ElementTree.Element + tree.find('body').text # '\n Hello!\n ' + ``` ### run.Once