Skip to content

Commit e429ada

Browse files
authored
Rollup merge of rust-lang#136323 - etaoins:fix-typo-in-conventions-md, r=tgross35
Fix a typo in conventions.md Introduced in rust-lang#135950
2 parents e6285b8 + ba5386a commit e429ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/conventions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ environment.
4343

4444
## Formatting and linting Python code
4545

46-
The Rust repository contains quite a lof of Python code. We try to keep
46+
The Rust repository contains quite a lot of Python code. We try to keep
4747
it both linted and formatted by the [ruff][ruff] tool.
4848

4949
When modifying Python code, use this command to format it:

0 commit comments

Comments
 (0)