Skip to content

Commit 0530d02

Browse files
author
MomIsBestFriend
committed
Remove incorrect default value from docstring
1 parent 605e70c commit 0530d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_string_concatenation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def main(source_path: str, output_format: str) -> bool:
3737
3838
Parameters
3939
----------
40-
source_path : str, default '.'
40+
source_path : str
4141
Source path representing path to a file/directory.
4242
output_format : str
4343
Output format of the script.

0 commit comments

Comments
 (0)