docs: reflect actual number of spaces for indent

For what I see, it's all 4 spaces (as it should be for pep8[1]).

[1] https://peps.python.org/pep-0008/#indentation
This commit is contained in:
Ihar Hrachyshka 2025-02-11 17:04:14 -05:00
parent 71cae67d7b
commit 6e63e461ce

View file

@ -98,7 +98,8 @@ $ uv sync
```
## Coding Style
* 2 spaces for indentation rather than tabs
* 4 spaces for indentation rather than tabs
* 80 character line length
* ...