Skip to content

Commit f42ebb7

Browse files
committed
Fix typo in docstring
1 parent 8f64ac3 commit f42ebb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo/NeMo-Data-Designer/intro-tutorials/2-structured-outputs-and-jinja-expressions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"- If you have an instance of data designer running locally, you can connect to it as follows\n",
5959
"\n",
6060
" ```python\n",
61-
" data_designer_client = NeMoDataDesignerClientbase_url=\"http://localhost:8080\")\n",
61+
" data_designer_client = NeMoDataDesignerClient(base_url=\"http://localhost:8080\")\n",
6262
" ```\n"
6363
]
6464
},

0 commit comments

Comments
 (0)