Skip to content

Commit

Permalink
Set ipython block to verbatim to avoid LaTeX failure
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jul 28, 2024
1 parent 6c8842b commit 0bebd44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intro/language/standard_library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Walking a directory
``os.path.walk`` generates a list of filenames in a directory tree.

.. ipython::
:verbatim:

In [10]: for dirpath, dirnames, filenames in os.walk(os.curdir):
....: for fp in filenames:
Expand Down

0 comments on commit 0bebd44

Please sign in to comment.