Skip to content

Commit 3e1cdb7

Browse files
committed
DOC: Update outdated caveats for Anaconda and HTML parsing (pandas-dev#9032)
1 parent 75b606a commit 3e1cdb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/gotchas.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -514,11 +514,11 @@ parse HTML tables in the top-level pandas io function ``read_html``.
514514
text from the URL over the web, i.e., IO (input-output). For very large
515515
tables, this might not be true.
516516

517-
**Issues with using** |Anaconda|_
517+
**Issues with using older versions of** |Anaconda|_
518518

519-
* `Anaconda`_ ships with `lxml`_ version 3.2.0; the following workaround for
520-
`Anaconda`_ was successfully used to deal with the versioning issues
521-
surrounding `lxml`_ and `BeautifulSoup4`_.
519+
* `Anaconda`_ version 1.5.0 shipped with `lxml`_ version 3.2.0; the following
520+
workaround for `Anaconda`_ was successfully used to deal with the
521+
versioning issues surrounding `lxml`_ and `BeautifulSoup4`_.
522522

523523
.. note::
524524

0 commit comments

Comments
 (0)