Skip to content

Commit 138907e

Browse files
authored
DOC issue 54822: per @DavidToneian recommendation, I used a specific … (pandas-dev#54859)
DOC issue 54822: per @DavidToneian recommendation, I used a specific version of the wikipedia source page for the example of reading HTML content.
1 parent 4f1a086 commit 138907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2619,7 +2619,7 @@ columns to strings.
26192619

26202620
.. code-block:: python
26212621
2622-
url_mcc = "https://en.wikipedia.org/wiki/Mobile_country_code"
2622+
url_mcc = "https://en.wikipedia.org/wiki/Mobile_country_code?oldid=899173761"
26232623
dfs = pd.read_html(
26242624
url_mcc,
26252625
match="Telekom Albania",

0 commit comments

Comments
 (0)