Skip to content

Commit 0bebd44

Browse files
committed
Set ipython block to verbatim to avoid LaTeX failure
1 parent 6c8842b commit 0bebd44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intro/language/standard_library.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Walking a directory
153153
``os.path.walk`` generates a list of filenames in a directory tree.
154154

155155
.. ipython::
156+
:verbatim:
156157

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

0 commit comments

Comments
 (0)