typo fix
This commit is contained in:
parent
03be2c5f3a
commit
5b960507f6
|
|
@ -107,7 +107,7 @@ Pytermrender also provides a convienent way to store state inside the Screen obj
|
||||||
Screen.tickers
|
Screen.tickers
|
||||||
| a dictionary to store variables that change every frame.
|
| a dictionary to store variables that change every frame.
|
||||||
Screen.state
|
Screen.state
|
||||||
| a dictionary to store variaiables that are more static.
|
| a dictionary to store variables that are more static.
|
||||||
```
|
```
|
||||||
Example usage as follows:
|
Example usage as follows:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue