Update doc look, fix some typos

This commit is contained in:
Griatch 2021-11-10 01:25:53 +01:00
parent 7d277fb7dd
commit 5d072dae8e
5 changed files with 29 additions and 21 deletions

View file

@ -1,10 +1,11 @@
# Attributes
```python
# in-game
```{code-block} bash
:caption: In-game
> set obj/myattr = "test"
# in code
```
```{code-block} python
:caption: In-code
obj.db.foo = [1,2,3, "bar"]
value = obj.db.foo