Skip to content

Commit 451f370

Browse files
committed
Fix formatting in changelog for JSON serialization example
1 parent 850e45c commit 451f370

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
```python
1515
from guidata.dataset import dataset_to_json, json_to_dataset
16-
16+
1717
# Serialize to JSON
1818
json_str = dataset_to_json(my_dataset)
19-
19+
2020
# Deserialize from JSON
2121
restored_dataset = json_to_dataset(json_str)
2222
```

0 commit comments

Comments
 (0)