diff --git a/README.md b/README.md index a7399fff9c..e79c4a9673 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Overview This repository is the home of the core Python rules -- `py_library`, -`py_binary`, `py_test`, `py_proto_library`, and related symbols that provide the basis for Python +`py_binary`, `py_test`, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices. Documentation for rules_python is at and in the diff --git a/docs/index.md b/docs/index.md index 7f03681b76..0204f38ec7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ :::{topic} Core rules The core Python rules -- `py_library`, `py_binary`, `py_test`, -`py_proto_library`, and related symbols that provide the basis for Python +and related symbols that provide the basis for Python support in Bazel. When using Bazel 6 (or earlier), the core rules are bundled into the Bazel binary, and the symbols