From c272c52a548d4b75d32857d8b33821a3b0b41187 Mon Sep 17 00:00:00 2001 From: Daniel Himmelstein Date: Mon, 30 Jul 2018 15:08:22 -0400 Subject: [PATCH] DOC: read_html typo for displayed_only arg (#22134) --- pandas/io/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/html.py b/pandas/io/html.py index 45fe3b017e4f6..cca27db00f48d 100644 --- a/pandas/io/html.py +++ b/pandas/io/html.py @@ -1029,7 +1029,7 @@ def read_html(io, match='.+', flavor=None, header=None, index_col=None, .. versionadded:: 0.19.0 - display_only : bool, default True + displayed_only : bool, default True Whether elements with "display: none" should be parsed .. versionadded:: 0.23.0