Reword sentence about using `./x` over `./x.py`

The current sentence was confusing when I first read it. I've reworded it to hopefully make it more clear.
This commit is contained in:
Ethan Brierley 2023-08-27 23:05:51 +01:00 committed by Tshepang Mbambo
parent 87bd0a01fc
commit e836be4123
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ Also, using `x` rather than `x.py` is recommended as:
Notice that this is not absolute, for instance, using Nushell in VSCode on Win10,
typing `x` or `./x` still open the `x.py` in editor rather invoke the program :)
In the rest of documents, we use `x` to represent the straightly usage of `x.py`, which
means the following command:
In the rest of this guilde, we use `x` rather than `x.py` directly. The following
command:
```bash
./x check