We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb7c9d commit 3b7e832Copy full SHA for 3b7e832
1 file changed
docs/toolchains.md
@@ -17,11 +17,11 @@ you're using Python. There are four basic use cases:
17
2. A library module with dev-only uses of Python. For example, a Java project
18
that only uses Python as part of testing itself.
19
3. A library module without version constraints. For example, a rule set with
20
- Python build tools, but it defers to the user as to what Python version is used
+ Python build tools, but defers to the user as to what Python version is used
21
for the tools.
22
4. A library module with version constraints. For example, a rule set with
23
Python build tools, and the module requires a specific version of Python
24
- to be used with its tools.
+ be used with its tools.
25
26
### Root modules
27
0 commit comments