Skip to content

Commit b0feaf2

Browse files
aignasgroodt
andauthored
Apply suggestions from groodt
Co-authored-by: Greg Roodt <[email protected]>
1 parent d38ec55 commit b0feaf2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

BZLMOD_SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ provides faster package download times and integration with the credentials help
6565
### Extra targets in `whl_library` repos
6666

6767
Due to how `bzlmod` is designed and the visibility rules that it enforces, it is best to use
68-
the targets in the `whl` repos as they are and not rely on using the `annotations` API to
68+
the targets in the `whl` repos as they do not rely on using the `annotations` API to
6969
add extra targets to so-called `spoke` repos. For alternatives that should cover most of the
7070
existing usecases please see:
7171
* {bzl:obj}`py_console_script_binary` to create `entry_point` targets.

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting started
22

3-
This doc is a simplified guide to help get started started quickly. It provides
3+
This doc is a simplified guide to help get started quickly. It provides
44
a simplified introduction to having a working Python program for both `bzlmod`
55
and the older way of using `WORKSPACE`.
66

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
99
support 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
1212
in this repository are simple aliases. On bazel 7 and above `rules_python` uses
1313
a separate Starlark implementation,
1414
see {ref}`Migrating from the Bundled Rules` below.
@@ -22,21 +22,21 @@ outlined in the [support](support) page.
2222
:::{topic} PyPI integration
2323

2424
Package installation rules for integrating with PyPI and other SimpleAPI
25-
complying indexes.
25+
compatible indexes.
2626

2727
These rules are still `experimental` and the APIs might change more often
2828
than 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
3636
Python source code.
3737

3838
This 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.
4646
code.
4747

4848
This 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

Comments
 (0)