docs: reflect actual number of spaces for indent (#1052)

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

[1] https://peps.python.org/pep-0008/#indentation

# What does this PR do?

Reflect indent reality.
This commit is contained in:
Ihar Hrachyshka 2025-02-11 17:07:26 -05:00 committed by GitHub
parent 71cae67d7b
commit 6ad272927d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
* ...