diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 4927f479ba905..11c63aba43aac 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -2645,7 +2645,7 @@ def to_hdf( which may perform worse but allow more flexible operations like searching / selecting subsets of the data. - If None, pd.get_option('io.hdf.default_format') is checked, - followed by fallback to "fixed" + followed by fallback to "fixed". errors : str, default 'strict' Specifies how encoding and decoding errors are to be handled. See the errors argument for :func:`open` for a full list