Skip to content

Commit

Permalink
fix code formatting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 27, 2015
1 parent d2f952c commit ff69247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/parsing.txt
Expand Up @@ -937,6 +937,8 @@ And now we can take the resulting in-memory tree and iterate over it
using ``iterwalk()`` to get the exact same events without parsing the
input again:

.. sourcecode:: pycon

>>> context = etree.iterwalk(
... root, events=("start", "end"), tag="element")

Expand Down

0 comments on commit ff69247

Please sign in to comment.