@@ -8,7 +8,7 @@ The core Python rules -- `py_library`, `py_binary`, `py_test`,
88` py_proto_library ` , and related symbols that provide the basis for Python
99support in Bazel.
1010
11- When using bazel 6, the core rules built  into the Bazel binary, and the symbols
11+ When using bazel 6 (or earlier) , the core rules are bundled  into the Bazel binary, and the symbols
1212in this repository are simple aliases. On bazel 7 and above ` rules_python `  uses
1313a separate Starlark implementation,
1414see {ref}` Migrating from the Bundled Rules `  below.
@@ -22,21 +22,21 @@ outlined in the [support](support) page.
2222:::{topic} PyPI integration
2323
2424Package installation rules for integrating with PyPI and other SimpleAPI
25- complying  indexes.
25+ compatible  indexes.
2626
2727These rules are still ` experimental `  and the APIs might change more often
2828than the core rules or you may experience regressions between the minor
29- releases. In that case, please raise tickets to the  GH issues bug tracker .
29+ releases. In that case, please raise a  GH issue .
3030
3131:::
3232
3333:::{topic} Sphinxdocs
3434
35- ` sphinxdocs `  rules allowing  users to generate documentation from bazel or
35+ ` sphinxdocs `  rules allow  users to generate documentation from bazel or
3636Python source code.
3737
3838This is available as is and the semantic versioning used by ` rules_python `  does
39- not apply to bazel rules or the output .
39+ not apply.
4040
4141:::
4242
@@ -46,7 +46,7 @@ not apply to bazel rules or the output.
4646code.
4747
4848This is available as is and the semantic versioning used by ` rules_python `  does
49- not apply to the plugin .
49+ not apply.
5050
5151:::
5252
0 commit comments