Skip to content

Commit

Permalink
Fix JSON structure in nb.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Nov 21, 2024
1 parent 17d42b4 commit 61bea6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
" {\"test_repeat_item\": false},\n",
" {\"test_repeat_item\": true}\n",
" ],\n",
" \"test_repeat_dict\": [\n",
" \"test_repeat_dict\": {\n",
" \"test1\": {\"test_repeat_item\": false},\n",
" \"test2\": {\"test_repeat_item\": true}\n",
" ],\n",
" },\n",
" \"_comment\": \"This is an example data\"\n",
"}\n",
"\"\"\"\n",
Expand Down

0 comments on commit 61bea6c

Please sign in to comment.