Skip to content

Commit b188f05

Browse files
rewording
1 parent 24599d9 commit b188f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We adhere to Django's Code of Conduct in all interactions and expect all contrib
1212

1313
The project is written in Rust with IPC for Python communication. Here is a high-level overview of the project and the various crates:
1414

15-
- Main CLI interface ([`crates/djls/`](./crates/djls/))
15+
- CLI entrypoint ([`crates/djls/`](./crates/djls/))
1616
- Configuration management ([`crates/djls-conf/`](./crates/djls-conf/))
1717
- Django and Python project introspection ([`crates/djls-project/`](./crates/djls-project/))
1818
- LSP server implementation ([`crates/djls-server/`](./crates/djls-server/))
@@ -88,7 +88,7 @@ The project uses [`noxfile.py`](noxfile.py) as the single source of truth for su
8888

8989
Use `just testall` rather than `just test` to ensure all Python versions are tested. The `just test` command only runs against the default versions (the oldest supported Python and Django LTS) and won't catch issues with newly added versions.
9090

91-
If you want, you can also test only a specific Python version across all Django versions by `nox` directly:
91+
Alternatively, you can test only a specific Python version across all Django versions by `nox` directly:
9292

9393
```bash
9494
nox --python 3.14 --session tests

0 commit comments

Comments
 (0)