Skip to content

Commit f1d655c

Browse files
doc(set_config): fix the doc string of set_config (#1822)
1 parent 843b833 commit f1d655c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

skrub/_config.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ def set_config(
9898
Parameters
9999
----------
100100
use_table_report : bool, default=None
101-
The type of display used for dataframes. Default is ``True``.
101+
The type of display used for dataframes. If ``None``, falls back to the current
102+
configuration, which is ``False`` by default.
102103
103104
- If ``True``, replace the default DataFrame HTML displays with
104105
:class:`~skrub.TableReport`.
@@ -110,7 +111,8 @@ def set_config(
110111
111112
use_table_report_data_ops : bool, default=None
112113
The type of HTML representation used for the dataframes preview in skrub
113-
DataOps. Default is ``False``.
114+
DataOps. If ``None``, falls back to the current configuration, which is ``True``
115+
by default.
114116
115117
- If ``True``, :class:`~skrub.TableReport` will be used.
116118
- If ``False``, the original Pandas or Polars dataframe display will be

0 commit comments

Comments
 (0)