This commit is contained in:
icaema 2023-11-16 20:01:39 -05:00
parent 03be2c5f3a
commit 5b960507f6
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Pytermrender also provides a convienent way to store state inside the Screen obj
Screen.tickers
| a dictionary to store variables that change every frame.
Screen.state
| a dictionary to store variaiables that are more static.
| a dictionary to store variables that are more static.
```
Example usage as follows:
```