Skip to content

Commit

Permalink
fix a docstring reference to entry_points.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Aug 24, 2023
1 parent 8f9eb1e commit ed0e82e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/py_console_script_binary.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/private/py_console_script_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def py_console_script_binary(
pkg: target, the package for which to generate the script.
entry_points_txt: optional target, the entry_points.txt file to parse
for available console_script values. It may be a single file, or a
group of files, but must contain a file named `entry_point.txt`.
group of files, but must contain a file named `entry_points.txt`.
If not specified, defaults to the `dist_info` target in the same
package as the `pkg` Label.
script: str, The console script name that the py_binary is going to be
Expand Down

0 comments on commit ed0e82e

Please sign in to comment.