Skip to content

Commit ba2fb99

Browse files
danieljanesrysteboe
authored andcommitted
Align docstring with actual default value
1 parent 8e2dce2 commit ba2fb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaggle/api/kaggle_api_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ def competition_download_files(self,
669669
competition: the name of the competition
670670
path: a path to download the file to
671671
force: force the download if the file already exists (default False)
672-
quiet: suppress verbose output (default is False)
672+
quiet: suppress verbose output (default is True)
673673
"""
674674
files = self.competition_list_files(competition)
675675
if not files:

0 commit comments

Comments
 (0)