8000 Fix README to prefer defs.bzl over python.bzl · bazel-contrib/rules_python@ab5cdaf · GitHub
[go: up one dir, main page]

Skip to content

Commit ab5cdaf

Browse files
committed
Fix README to prefer defs.bzl over python.bzl
1 parent 9b03e97 commit ab5cdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Then in your `BUILD` files load the python rules with:
4646

4747
``` python
4848
load(
49-
"@rules_python//python:python.bzl",
49+
"@rules_python//python:defs.bzl",
5050
"py_binary", "py_library", "py_test",
5151
)
5252

0 commit comments

Comments
 (0)
0