File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ you're using Python. There are four basic use cases:
17172 . A library module with dev-only uses of Python. For example, a Java project
1818 that only uses Python as part of testing itself.
19193 . 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.
22224 . 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
You can’t perform that action at this time.
0 commit comments