Fix a typo in conventions.md

Introduced in #135950
This commit is contained in:
Ryan Cumming 2025-01-31 10:23:46 +11:00
parent a2fba5db46
commit 55cd18d5cc
No known key found for this signature in database
GPG Key ID: 65C65E7D8DEC2E2B
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ environment.
## Formatting and linting Python code ## 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. it both linted and formatted by the [ruff][ruff] tool.
When modifying Python code, use this command to format it: When modifying Python code, use this command to format it: