Skip to content

Commit 93c498f

Browse files
chrisirhcaignas
andauthored
Apply suggestions from code review
Co-authored-by: Ignas Anikevicius <[email protected]>
1 parent 712889d commit 93c498f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/private/py_console_script_binary.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def py_console_script_binary(
5252
entry_points_txt = None,
5353
script = None,
5454
binary_rule = py_binary,
55-
shebang = None,
55+
shebang = "",
5656
**kwargs):
5757
"""Generate a py_binary for a console_script entry_point.
5858
@@ -69,7 +69,7 @@ def py_console_script_binary(
6969
binary_rule: {any}`rule callable`, The rule/macro to use to instantiate
7070
the target. It's expected to behave like {any}`py_binary`.
7171
Defaults to {any}`py_binary`.
72-
shebang: [`str`], The shebang to use for the entry point python file.
72+
shebang: {type}`str`, The shebang to use for the entry point python file.
7373
Defaults to empty string.
7474
**kwargs: Extra parameters forwarded to `binary_rule`.
7575
"""

0 commit comments

Comments
 (0)