Skip to content

Commit d5fc8d1

Browse files
committed
Minor README rewording.
1 parent 44119c4 commit d5fc8d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The package contains the following files and directories:
7272

7373
It's very important for PyRTL developers to use the exact same tools. This
7474
avoids confusing situations where a test fails only on one person's computer,
75-
or the generated documentation looks funny on another person's computer.
75+
or the generated documentation looks weird on another person's computer.
7676

7777
PyRTL uses [`uv`](https://docs.astral.sh/uv/) to manage all other developer
7878
tools, like `pytest`, `ruff`, and `just`. So to set up a PyRTL development
@@ -92,7 +92,7 @@ $ uv run just docs
9292
```
9393

9494
[`uv`](https://docs.astral.sh/uv/) will take care of installing the proper
95-
versions of Python and all the required tools.
95+
versions of Python and the correct versions of all required tools.
9696

9797
### Contributing to PyRTL
9898

0 commit comments

Comments
 (0)