Use consistent commas around i.e. and e.g. (#12157)

## Summary

Only in user-facing docs -- I didn't bother with the rustdoc. (This is
in the style guide already.)
This commit is contained in:
Charlie Marsh
2025-03-13 16:42:10 -07:00
committed by GitHub
parent f5f712d75a
commit 3188d99f39
18 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ To install multiple Python versions:
$ uv python install 3.11 3.12
```
To install an alternative Python implementation, e.g. PyPy:
To install an alternative Python implementation, e.g., PyPy:
```console
$ uv python install pypy@3.10