Skip to content

Commit 022db25

Browse files
committed
remove default in comment
1 parent 15565fe commit 022db25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/py_console_script_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def run(
9797
out: The output file.
9898
console_script: The console_script entry in the entry_points.txt file.
9999
console_script_guess: The string used for guessing the console_script if it is not provided.
100-
shebang: The shebang to use for the entry point python file. Defaults to "#!/usr/bin/env python3".
100+
shebang: The shebang to use for the entry point python file. Defaults to empty string (no shebang).
101101
"""
102102
config = EntryPointsParser()
103103
config.read(entry_points)

0 commit comments

Comments
 (0)