Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Mar 19, 2023
1 parent 63ad571 commit d8ba076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,12 @@ with! XmlBlock() as tree:
</body>
</note>

type(tree)
# xml.etree.ElementTree.Element

tree.find('body').text
# '\n Hello!\n '

```

### run.Once
Expand Down

0 comments on commit d8ba076

Please sign in to comment.