Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide/src/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading