1
Fork 0

Rollup merge of #136323 - etaoins:fix-typo-in-conventions-md, r=tgross35

Fix a typo in conventions.md

Introduced in #135950
This commit is contained in:
Jacob Pratt 2025-01-31 00:26:35 -05:00 committed by GitHub
commit e429adaeb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ environment.
## Formatting and linting Python code
The Rust repository contains quite a lof of Python code. We try to keep
The Rust repository contains quite a lot of Python code. We try to keep
it both linted and formatted by the [ruff][ruff] tool.
When modifying Python code, use this command to format it: