Skip to content

Commit

Permalink
chore: fix typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Jan 4, 2025
1 parent 363a044 commit 21611cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"from utils.jupyterlite import download_content_to_file\n",
"\n",
"for idx, interface in enumerate(interfaces):\n",
" download_content_to_file(interfaces, f\"interface_{idx}.json\")"
" download_content_to_file(interface, f\"interface_{idx}.json\")"
]
}
],
Expand Down

0 comments on commit 21611cb

Please sign in to comment.