Skip to content

Commit 3b7e832

Browse files
committed
more copy editing
1 parent cbb7c9d commit 3b7e832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/toolchains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ you're using Python. There are four basic use cases:
1717
2. A library module with dev-only uses of Python. For example, a Java project
1818
that only uses Python as part of testing itself.
1919
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
20+
Python build tools, but defers to the user as to what Python version is used
2121
for the tools.
2222
4. A library module with version constraints. For example, a rule set with
2323
Python build tools, and the module requires a specific version of Python
24-
to be used with its tools.
24+
be used with its tools.
2525

2626
### Root modules
2727

0 commit comments

Comments
 (0)