Skip to content

Commit e82922f

Browse files
committed
very minor readme.md changes
1 parent a91e618 commit e82922f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `x.py` command can be run directly on most systems in the following format:
3232

3333
This is how the documentation and examples assume you are running `x.py`.
3434

35-
Systems such as Ubuntu 20.04 LTS do not create the necessary `python` command by default when Python is installed that allows `x.py` to be run directly. In that case, you can either create a symlink for `python` (Ubuntu provides the `python-is-python3` package for this) or run `x.py` using Python itself:
35+
Systems such as Ubuntu 20.04 LTS do not create the necessary `python` command by default when Python is installed that allows `x.py` to be run directly. In that case, you can either create a symlink for `python` (Ubuntu provides the `python-is-python3` package for this), or run `x.py` using Python itself:
3636

3737
```sh
3838
# Python 3

0 commit comments

Comments
 (0)