Skip to content

Commit 3bf1fa3

Browse files
committed
use consistent typing convention
1 parent ada9936 commit 3bf1fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/py_console_script_binary.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def py_console_script_binary(
6969
binary_rule: {type}`callable`, The rule/macro to use to instantiate
7070
the target. It's expected to behave like {obj}`py_binary`.
7171
Defaults to {obj}`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)