doc : minor edit in data and config structure sections

pull/87/head
sepandhaghighi 2022-01-17 17:50:54 +03:30
rodzic 7f17ce7439
commit 0b20973daf
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -212,7 +212,7 @@ So you can load it into a `GenerativeImage` instance later by
>>> g = GenerativeImage(data=open('data.json', 'r'))
```
Config structure:
Data structure:
```JSON
{
"plot": {
@ -249,7 +249,7 @@ So you can load it into a `GenerativeImage` instance later by
>>> g = GenerativeImage(config=open('config.json', 'r'))
```
Data structure:
Config structure:
```JSON
{