master > master: notebook - minor

This commit is contained in:
RD 2022-10-22 09:18:36 +02:00
parent 1d627623c7
commit cbee2b33dd
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
"source": [
"FunctionDiagramWidget(\n",
" N = 2,\n",
" fnames = ['f', 'g', 'h'],\n",
" setnames = ['X', 'Y', 'Z', 'W'],\n",
" fnames = ['f', 'g', 'h', 'i', 'j'],\n",
" setnames = ['X', 'Y', 'Z', 'U', 'V', 'W'],\n",
").run();"
]
},