Consistent indentation
This was done by executing this command: ``` find src -type f -name '*.rst' -exec sed -Ei 's/^ :/ :/g' {} \; ```
This commit is contained in:
parent
4de38d0276
commit
ad467a8700