Skip to content

Commit ac8d34d

Browse files
JohannaTrostjohanna.trost
and
johanna.trost
authored
DOC: fixes Sphinx parallel build error on doc/source/whatsnew/v0.24.0.rst (#54935)
Add missing StringIO import Co-authored-by: johanna.trost <[email protected]>
1 parent b5854c4 commit ac8d34d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ value. (:issue:`17054`)
286286

287287
.. ipython:: python
288288
289+
from io import StringIO
289290
result = pd.read_html(StringIO("""
290291
<table>
291292
<thead>

0 commit comments

Comments
 (0)