Skip to content

Commit

Permalink
DOC: fixes Sphinx parallel build error on `doc/source/whatsnew/v0.24.…
Browse files Browse the repository at this point in the history
…0.rst` (pandas-dev#54935)

Add missing StringIO import

Co-authored-by: johanna.trost <[email protected]>
  • Loading branch information
JohannaTrost and johanna.trost authored Sep 1, 2023
1 parent b5854c4 commit ac8d34d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.24.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ value. (:issue:`17054`)

.. ipython:: python
from io import StringIO
result = pd.read_html(StringIO("""
<table>
<thead>
Expand Down

0 comments on commit ac8d34d

Please sign in to comment.