Skip to content

Commit 20937be

Browse files
ArturoAmorQArturoAmorQrcap107
authored
DOC Fix verbose default inconsistency in TableReport docstring (#2088)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu> Co-authored-by: Riccardo Cappuzzo <7548232+rcap107@users.noreply.github.com>
1 parent b83fa14 commit 20937be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

skrub/_reporting/_table_report.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,11 @@ class TableReport:
124124
formats for the filter values are a list of column names,
125125
a list of column indices, or a Selector object.
126126
See the end of the "Examples" section below for details.
127-
verbose : int, default = 1
127+
verbose : int, default = None
128128
Whether to print progress information while the report is being generated.
129129
130+
* verbose = ``None`` uses the global configuration (see :func:`set_config`),
131+
which then defaults to 1.
130132
* verbose = 1 prints how many columns have been processed so far.
131133
* verbose = 0 silences the output.
132134
plot_distributions : bool or "auto", default="auto"

0 commit comments

Comments
 (0)