Skip to content

Commit 8056acc

Browse files
committed
fix doctest
1 parent 09d18c9 commit 8056acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/guides/utilities/customizing_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ are available by using
3939
>>> import skrub
4040
>>> config = skrub.get_config()
4141
>>> config.keys()
42-
dict_keys(['use_table_report_data_ops', 'table_report_plots_threshold', 'table_report_associations_threshold', 'table_report_verbosity', 'subsampling_seed', 'enable_subsampling', 'float_precision', 'cardinality_threshold', 'data_dir', 'eager_data_ops', 'data_ops_open_graph_dropdown'])
42+
dict_keys(['use_table_report_data_ops', 'table_report_plots_threshold', 'table_report_associations_threshold', 'table_report_n_rows', 'table_report_verbosity', 'subsampling_seed', 'enable_subsampling', 'float_precision', 'cardinality_threshold', 'data_dir', 'eager_data_ops', 'data_ops_open_graph_dropdown'])
4343

4444
These are the parameters currently available in the global configuration:
4545

0 commit comments

Comments
 (0)